Commit Graph

24752 Commits

Author SHA1 Message Date
R. Ryantm
ff1c70717f elmPackages.elm-test: 0.19.1-revision13 -> 0.19.1-revision15 2025-02-28 08:16:53 +00:00
sternenseemann
57603adea9 Merge commit a36c8c9eb into haskell-updates 2025-02-28 00:57:27 +01:00
sternenseemann
f5ebc8e442 haskell.compiler.ghcjs: match ansi-terminal* to ansi-wl-pprint 2025-02-28 00:54:27 +01:00
nixpkgs-ci[bot]
9492c01997 Merge staging-next into staging 2025-02-27 12:06:25 +00:00
Tristan Ross
5cdc356732 llvmPackages_20: 20.1.0-rc2 -> 20.1.0-rc3 2025-02-27 10:15:48 +01:00
Weijia Wang
089d44b689 gnat{13,14}: bootstrap with gnat-bootstrap{13,14} (#361939) 2025-02-27 09:27:41 +01:00
nixpkgs-ci[bot]
7a808915d7 Merge staging-next into staging 2025-02-27 00:15:11 +00:00
Weijia Wang
908e22516d llvmPackages_18.lldbPlugins.llef: 1.2.0 -> 1.2.1 (#378427) 2025-02-26 23:59:03 +01:00
nixpkgs-ci[bot]
dd4fe92264 Merge staging-next into staging 2025-02-26 18:05:23 +00:00
Weijia Wang
83c6601ab7 python312Packages.yosys: 0.49 -> 0.50 (#381167) 2025-02-26 16:43:38 +01:00
David McFarland
d084c2cfa4 dotnet-{sdk,runtime,aspnetcore}_10: init at 10.0.0-preview.1.25080.5 2025-02-26 09:57:22 -04:00
Jörg Thalheim
bb67a52650 go: add missing VERSION file (#384519) 2025-02-26 11:37:19 +01:00
Weijia Wang
904e1f11da gnat{13,14}: bootstrap with gnat-bootstrap{13,14} 2025-02-26 09:10:02 +01:00
nixpkgs-ci[bot]
605603cbde Merge staging-next into staging 2025-02-26 00:15:08 +00:00
Wolfgang Walther
1bf88878cb graalvmPackages.graalnodejs: 24.1.1 -> 24.1.2 (#375933) 2025-02-25 19:06:33 +01:00
Wolfgang Walther
4eae65abfe graalvmPackages.graalpy: 24.1.1 -> 24.1.2 (#375932) 2025-02-25 19:06:16 +01:00
Wolfgang Walther
6ebe56bf07 graalvmPackages.truffleruby: 24.1.1 -> 24.1.2 (#375931) 2025-02-25 19:06:02 +01:00
Wolfgang Walther
b09e8a4b74 graalvmPackages.graaljs: 24.1.1 -> 24.1.2 (#375756) 2025-02-25 19:05:44 +01:00
R. Ryantm
cf24c12412 kotlin: 2.1.0 -> 2.1.10 2025-02-25 17:37:10 +01:00
nixpkgs-ci[bot]
322d7d8b31 Merge a86b3e2d01 into haskell-updates 2025-02-25 00:18:22 +00:00
nixpkgs-ci[bot]
d486cb02af Merge staging-next into staging 2025-02-25 00:15:11 +00:00
Cosima Neidahl
413cfdc8bb taglib: 1.13.1 -> 2.0.2, taglib_1: init at 1.13.1 (#373837) 2025-02-24 21:13:43 +01:00
Tristan Ross
d39e48efb7 flutter327: fix engineHashes (#384646) 2025-02-24 10:50:42 -08:00
nixpkgs-ci[bot]
a1e04459e2 Merge staging-next into staging 2025-02-24 18:05:31 +00:00
sternenseemann
12502a289b Merge commit e4dd0c7064 into haskell-updates 2025-02-24 18:52:02 +01:00
André Silva
b8de2d206a rustc: add wasm32v1-none target 2025-02-24 14:03:08 +01:00
Sergei Trofimovich
96dd72e531 llvmPackages_{12..18}.tblgen: backport gcc-15 fix (add <cstdint>) 2025-02-24 13:57:44 +01:00
Tristan Ross
8949380789 llvmPackages_git: 2025-02-17 -> 2025-02-23 2025-02-24 13:57:07 +01:00
nixpkgs-ci[bot]
05e3582bb7 Merge staging-next into staging 2025-02-24 12:06:31 +00:00
Aleksana
0cd4067f31 treewide: fix typos in comments (#384334) 2025-02-24 19:20:10 +08:00
Peder Bergebakken Sundt
5aba99242e treewide: fix typos in comments
Made with

```shell
git restore .
fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF"
    typos --no-check-filenames --write-changes "$1"
    git diff --exit-code "$1" && exit
    #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1"
    count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )"
    count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )"
    [[ $count1 -ne $count2 ]] && git restore "$1"
EOF
)" -- {}
```

and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch`

I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with.
2025-02-24 10:44:41 +01:00
R. Ryantm
cb7eaef8c4 elmPackages.elm-review: 2.13.1 -> 2.13.2 2025-02-24 01:04:45 +00:00
emaryn
60448d2a20 flutter327: fix engineHashes 2025-02-24 00:59:15 +00:00
Audrey Dutcher
0ab9f97fcc clang-wrapper: add special case for FreeBSD headers
Replicate f382bac49b
2025-02-23 15:05:04 -07:00
Moraxyc
8ae9d18333 go: add missing VERSION file 2025-02-23 21:45:38 +08:00
zowoq
2c6678e32a cargo,clippy,rustfmt,rustc: 1.84.1 -> 1.85.0 (#383902) 2025-02-23 10:40:13 +10:00
nixpkgs-ci[bot]
72f0884b1d Merge staging-next into staging 2025-02-22 00:14:27 +00:00
Pavol Rusnak
f1c5d6d23f adaptivecpp: init at 24.10.0 (#360893) 2025-02-21 21:37:10 +01:00
André Silva
6771697393 cargo,clippy,rustfmt,rustc: 1.84.1 -> 1.85.0 2025-02-21 11:38:38 +00:00
nixpkgs-ci[bot]
d8417e7c72 Merge ce48a09129 into haskell-updates 2025-02-21 00:18:14 +00:00
emaryn
052d23442b dart.rhttp: add 0.10.0 2025-02-21 04:23:50 +08:00
nixpkgs-ci[bot]
d26d2d2f86 Merge staging-next into staging 2025-02-20 18:05:39 +00:00
Sandro
0e1b2ec408 butterfly: 2.2.3 -> 2.2.4 (#382377) 2025-02-20 18:31:52 +01:00
Sandro
a844d711ab harmony-music: 1.10.31 -> 1.11.2 and add update script (#382371) 2025-02-20 18:27:56 +01:00
sternenseemann
d9bdd7128e Merge commit bbdc2b27 into haskell-updates 2025-02-20 12:05:07 +01:00
nixpkgs-ci[bot]
4398251f96 Merge staging-next into staging 2025-02-20 00:15:06 +00:00
nixpkgs-ci[bot]
80447868c6 Merge master into staging-next 2025-02-20 00:14:40 +00:00
nayeko
364a0a6dc5 dart.audiotags: add 1.4.2 2025-02-19 22:37:38 +00:00
nixpkgs-ci[bot]
12f772d1bc Merge staging-next into staging 2025-02-19 18:05:22 +00:00
nixpkgs-ci[bot]
3a870eb511 Merge master into staging-next 2025-02-19 18:04:49 +00:00