684 Commits

Author SHA1 Message Date
7c6f434c fc48ee6d34 cutter: 2.4.1 -> 2.5.0 (#543269) 2026-07-23 12:41:24 +00:00
nixpkgs-ci[bot] 207fab6fb8 Merge master into staging-next 2026-07-19 18:19:02 +00:00
R. Ryantm 8ed12904eb cudatext: 1.235.0.3 -> 1.235.1.0 2026-07-19 20:35:27 +04:00
nixpkgs-ci[bot] 6f30133495 Merge master into staging-next 2026-07-19 12:18:43 +00:00
nixpkgs-ci[bot] 9dea3ca1be cursor-cli: 0-unstable-2026-06-26 -> 0-unstable-2026-07-16 (#543144) 2026-07-19 10:03:36 +00:00
nixpkgs-ci[bot] 6ceeb3d4ea Merge master into staging-next 2026-07-19 00:32:07 +00:00
Marcin Serwin b637c1b80e cubeb: 0-unstable-2026-07-03 -> 0-unstable-2026-07-16 (#542464) 2026-07-18 18:23:39 +00:00
Samiser 2622575c3d cutter: 2.4.1 -> 2.5.0
Remove fix-shiboken6-type-index-case.patch, it's included upstream in 2.5.0.
2026-07-18 16:25:30 +00:00
R. Ryantm 526b782e83 cursor-cli: 0-unstable-2026-06-26 -> 0-unstable-2026-07-16 2026-07-18 06:56:43 +00:00
nixpkgs-ci[bot] a1c5f6dcc5 Merge master into staging-next 2026-07-17 17:30:00 +00:00
Nick Cao c7cfd31fd3 cutecosmic: 0.1-unstable-2026-03-25 -> 0.1-unstable-2026-07-11 (#542641) 2026-07-17 14:24:51 +00:00
R. Ryantm 4a9901681f cudatext: 1.234.6.0 -> 1.235.0.3 2026-07-17 12:55:40 +00:00
nixpkgs-ci[bot] 167fd5c8c0 Merge master into staging-next 2026-07-17 00:32:06 +00:00
R. Ryantm c8055bf432 cutecosmic: 0.1-unstable-2026-03-25 -> 0.1-unstable-2026-07-11 2026-07-16 16:25:09 +00:00
R. Ryantm 53dbe095e4 cue: 0.17.0 -> 0.17.1 2026-07-16 15:22:02 +00:00
nixpkgs-ci[bot] 0f44e46420 Merge master into staging-next 2026-07-16 06:50:07 +00:00
R. Ryantm 4e1cc48d98 cubeb: 0-unstable-2026-07-03 -> 0-unstable-2026-07-16 2026-07-16 04:07:29 +00:00
zowoq e07740f898 treewide: drop x86_64-darwin from update scripts (#541166) 2026-07-16 01:27:09 +00:00
Michael Daniels dd7af89e2f Merge branch 'master' into staging-next 2026-07-15 19:33:27 -04:00
Nikolay Korotkiy 756c801071 cudatext: 1.234.4.1 -> 1.234.6.0 (#540034) 2026-07-15 19:35:01 +00:00
R. Ryantm 2dc576e45f cudatext: 1.234.4.1 -> 1.234.6.0 2026-07-15 23:22:40 +04:00
Jo 134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
K900 45ae10c84d Merge remote-tracking branch 'origin/master' into staging-next 2026-07-15 10:52:37 +03:00
Emily 97e3b4eee7 cursor-cli: drop x86_64-darwin from update script 2026-07-15 03:58:17 +01:00
Emily fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
nixpkgs-ci[bot] 83a0bb7cea Merge staging-next into staging 2026-07-13 18:16:40 +00:00
nixpkgs-ci[bot] 8f3a724b5b cursor-cli: 2026.06.19-20-24-33-653a7fb -> 0-unstable-2026-06-26 (#537059) 2026-07-13 15:35:13 +00:00
nixpkgs-ci[bot] 5e54e68ffe Merge staging-next into staging 2026-07-10 18:31:46 +00:00
Marcin Serwin 28d9377f04 cubeb: 0-unstable-2026-06-15 -> 0-unstable-2026-07-03 (#538914) 2026-07-10 15:11:38 +00:00
R. Ryantm 12365f443b cubeb: 0-unstable-2026-06-15 -> 0-unstable-2026-07-03 2026-07-06 08:27:00 +00:00
nixpkgs-ci[bot] 690eb2f7b3 Merge staging-next into staging 2026-07-03 00:37:46 +00:00
nixpkgs-ci[bot] 65cd8d15e7 Merge master into staging-next 2026-07-03 00:37:07 +00:00
2kybe3 cb300c3c71 treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #526007
2026-07-02 19:47:08 +02:00
nixpkgs-ci[bot] 782207ca52 Merge staging-next into staging 2026-07-01 00:47:54 +00:00
nixpkgs-ci[bot] c4c9ab3a7d Merge master into staging-next 2026-07-01 00:47:18 +00:00
Peder Bergebakken Sundt 301de43bf5 various: migrate to by-name (#529333) 2026-06-30 21:40:24 +00:00
R. Ryantm b77957e2f6 cursor-cli: 2026.06.19-20-24-33-653a7fb -> 0-unstable-2026-06-26 2026-06-30 13:08:38 +00:00
nixpkgs-ci[bot] 827631d242 Merge staging-next into staging 2026-06-30 12:43:10 +00:00
nixpkgs-ci[bot] 9a4eaa6227 Merge master into staging-next 2026-06-30 12:42:31 +00:00
Sefa Eyeoglu 977b9e5271 curl: allow runtimeShellPackage to be referenced by curl.dev (#536570) 2026-06-29 16:51:01 +00:00
R. Ryantm 90ff8671ae cue: 0.16.1 -> 0.17.0 2026-06-29 15:41:36 +00:00
nixpkgs-ci[bot] 5499574b39 Merge staging-next into staging 2026-06-29 13:30:45 +00:00
nixpkgs-ci[bot] 77e66ec830 Merge master into staging-next 2026-06-29 13:30:07 +00:00
Oleksii Filonenko 6e10687bf3 curlconverter: init at 4.12.0 (#503847) 2026-06-29 13:10:59 +00:00
Doron Behar 135034ac71 curl: allow runtimeShellPackage to be referenced by curl.dev
Fixes https://github.com/NixOS/nixpkgs/pull/535878#issuecomment-4815172957

`patchShebangsAuto` uses `--build` by default for dev outputs, which
includes `$dev/bin/curl-config` in this package.
2026-06-29 11:00:14 +03:00
Peder Bergebakken Sundt 008c9eea9a cup-docker: drop
The web FOD was unsound, see #424038 for context
2026-06-28 15:50:57 +02:00
Sefa Eyeoglu 321652d161 curl{,Minimal}: patch shebang of wcurl script with host runtimeShell (#493004) 2026-06-27 01:27:00 +00:00
Sefa Eyeoglu 940ca9b84b curlMinimal: 8.20.0 -> 8.21.0
https://github.com/curl/curl/releases/tag/curl-8_21_0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-06-25 11:25:23 -04:00
Vladimír Čunát ad1fe3efae Make staging-next from cherry-picked last staging-next-26.05 (#534248) 2026-06-23 12:11:15 +00:00