Commit Graph

4758 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
c9d6953638
d2: 0.6.6 -> 0.6.7 (#345584) 2024-10-04 09:21:51 +02:00
R. Ryantm
b68d5076cd boxes: 2.3.0 -> 2.3.1 2024-10-04 08:34:24 +02:00
Peder Bergebakken Sundt
51ab9a6b25
uwc: 1.0.5 -> 1.0.7, fetch from GitHub, disable tests (#345069) 2024-10-01 01:41:34 +02:00
h7x4
ed96650379
skkDictionaries: split up skk-dicts (#266144) 2024-10-01 00:55:16 +02:00
h7x4
f7b7f20f65
fanficfare: 4.37.0 -> 4.38.0 (#345023) 2024-09-30 22:52:09 +02:00
Terje Larsen
9bf06f892d
d2: add meta.mainProgram and meta.changelog 2024-09-30 21:23:27 +02:00
Terje Larsen
3e3c969323
d2: 0.6.6 -> 0.6.7 2024-09-30 21:15:44 +02:00
midchildan
c3d1c9cdf5
skkDictionaries: replace skk-dicts 2024-10-01 01:24:28 +09:00
Nick Cao
c878a7799c
riffdiff: 3.3.0 -> 3.3.1 (#345493) 2024-09-30 09:41:36 -04:00
OTABI Tomoya
d60069d177
jotdown: 0.5.0 -> 0.6.0 (#343721) 2024-09-30 22:39:30 +09:00
R. Ryantm
12703cb03c riffdiff: 3.3.0 -> 3.3.1 2024-09-30 11:53:49 +00:00
R. Ryantm
ca09d7f252 mdcat: 2.4.0 -> 2.5.0 2024-09-30 02:51:45 +00:00
Yueh-Shun Li
935b96082f uwc: disable tests
The test failures seem to be caused by the upstream.
2024-09-29 12:46:52 +08:00
Yueh-Shun Li
7455c80a5f uwc: 1.0.5 -> 1.0.7 and fetch from GitHub 2024-09-29 12:46:46 +08:00
R. Ryantm
d6c5ad2634 fanficfare: 4.37.0 -> 4.38.0 2024-09-28 05:00:04 +00:00
Paul Meyer
6787161291 vale{,Styles}: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-27 13:54:09 +02:00
Paul Meyer
df238ebe1d valeStyles: cleanup, format, refactor
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-27 13:49:56 +02:00
Paul Meyer
53393cc14c vale: cleanup, format, refactor
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-27 13:49:41 +02:00
Alistair Bill
ad93bf2f14 treewide: remove maintainer alibabzo 2024-09-25 22:39:13 +01:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion (#342431) 2024-09-24 15:56:53 -07:00
Nick Cao
016f0de8b3
markdownlint-cli: 0.41.0 -> 0.42.0 (#344224) 2024-09-24 18:01:20 -04:00
Peder Bergebakken Sundt
1cbae1f817 crowdin-cli: use finalAttrs.finalPackage 2024-09-24 23:28:51 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
34c68eb443 markdownlint-cli: 0.41.0 -> 0.42.0 2024-09-24 14:28:56 +00:00
Jörg Thalheim
88ae0a7191 gnugrep: fix eval on windows 2024-09-24 10:59:23 +02:00
Damien Cassou
d266adc5a7
crowdin-cli: 4.1.2 -> 4.2.0 (#343957) 2024-09-23 17:22:35 +02:00
R. Ryantm
ce8ecb30b1 crowdin-cli: 4.1.2 -> 4.2.0 2024-09-23 13:10:26 +00:00
R. Ryantm
6e4d0242b0 mdbook-mermaid: 0.13.0 -> 0.14.0 2024-09-23 10:04:20 +00:00
Nick Cao
1f836cd601
riffdiff: 3.2.1 -> 3.3.0 (#343529) 2024-09-22 09:31:53 -04:00
R. Ryantm
2831842ad1 jotdown: 0.5.0 -> 0.6.0 2024-09-22 13:18:03 +00:00
R. Ryantm
9ed482813f riffdiff: 3.2.1 -> 3.3.0 2024-09-21 15:39:51 +00:00
Tristan Ross
3fdf8a8f68
sourceHighlight: fix tests with llvm 2024-09-20 18:24:26 -07:00
Peder Bergebakken Sundt
01e6f3a331
papertrail: 0.10.1 -> 0.11.2 (#342289) 2024-09-20 21:01:40 +02:00
brprice
54a555af49 papertrail: testVersion 2024-09-20 17:57:04 +01:00
brprice
ebb35da60b papertrail: 0.10.1 -> 0.11.2 2024-09-20 17:55:04 +01:00
R. Ryantm
74d496e1de mdcat: 2.3.1 -> 2.4.0 2024-09-20 15:31:00 +00:00
Sandro
8bd64f269a
paperoni: drop (#327011) 2024-09-20 00:34:29 +02:00
Jörg Thalheim
293dd6c11f
paperoni: drop
Package hasn't see any package and is still marked as alpha.
We don't have any maintainer for this package either.
2024-09-19 02:35:16 +02:00
Nick Cao
44d3607d87
goawk: 1.27.0 -> 1.28.0 (#341778) 2024-09-14 09:27:40 -04:00
Ashish SHUKLA
22aca3a426
goawk: 1.27.0 -> 1.28.0
Changes: https://github.com/benhoyt/goawk/releases/tag/v1.28.0
2024-09-14 14:30:24 +05:30
Austin Seipp
345c263f2f zoekt: unstable-2022-11-09 -> 0-unstable-2024-09-05
Also incorporate `nix-update-script`, so the update robot can prevent future
bitrotting (there are no stable release tags at all.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2024-09-13 11:03:24 -05:00
Peder Bergebakken Sundt
df805a893e
diffsitter: add updateScript and versionCheckHook (#336957) 2024-09-12 15:46:21 +02:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next 2024-09-09 14:31:17 +00:00
Nick Cao
fcf46fea34
riffdiff: 3.2.0 -> 3.2.1 (#340659) 2024-09-09 08:45:40 -04:00
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
0x4A6F
871e5f3e2f
igrep: 1.2.0 -> 1.3.0 (#340644) 2024-09-09 08:48:51 +02:00
github-actions[bot]
92d531057e
Merge master into staging-next 2024-09-09 06:05:06 +00:00
Muhammad Falak R Wani
a50558ec92 ripgrep: 14.1.0 -> 14.1.1
Diff: https://github.com/BurntSushi/ripgrep/compare/14.1.0...14.1.1
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-09-09 15:22:43 +10:00
R. Ryantm
3f8ff01747 riffdiff: 3.2.0 -> 3.2.1 2024-09-09 02:34:51 +00:00
R. Ryantm
8a9f9c9a9c igrep: 1.2.0 -> 1.3.0 2024-09-09 01:32:36 +00:00