Commit Graph

4672 Commits

Author SHA1 Message Date
Nick Cao
c01d606435
Merge pull request #325240 from r-ryantm/auto-update/fanficfare
fanficfare: 4.35.0 -> 4.36.0
2024-07-10 18:56:23 -04:00
Thiago Kenji Okada
c62ade3aed
Merge pull request #311811 from abathur/move_lore_overrides_to_passthru_staging
binlore: migrate override lore to package passthru
2024-07-09 22:02:23 +00:00
Nick Cao
ed7c2df981
Merge pull request #325737 from r-ryantm/auto-update/csview
csview: 1.3.2 -> 1.3.3
2024-07-09 16:37:30 -04:00
Nick Cao
c62a5c9a0b
Merge pull request #325765 from r-ryantm/auto-update/vale
vale: 3.6.0 -> 3.6.1
2024-07-09 16:34:30 -04:00
R. Ryantm
07a64aa2ac vale: 3.6.0 -> 3.6.1 2024-07-09 07:10:25 +00:00
R. Ryantm
cfcf4a652a csview: 1.3.2 -> 1.3.3 2024-07-09 04:25:55 +00:00
Weijia Wang
f180937aef
Merge pull request #325480 from SFrijters/ov-completions
ov: fix shell completions
2024-07-08 15:42:10 +02:00
Stefan Frijters
6ece1873f0
ov: only generate completions if executable can be run
This fixes cross builds.
2024-07-08 11:11:23 +02:00
Stefan Frijters
a0c8d18eb8
ov: fix shell completions 2024-07-08 11:10:01 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
R. Ryantm
1027ee5824 fanficfare: 4.35.0 -> 4.36.0 2024-07-07 11:46:11 +00:00
R. Ryantm
41f513b39e poedit: 3.4.2 -> 3.4.4 2024-07-06 11:51:57 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next 2024-07-04 18:01:19 +00:00
Nick Cao
eec8ab29d9
Merge pull request #324196 from r-ryantm/auto-update/jotdown
jotdown: 0.4.0 -> 0.4.1
2024-07-04 13:39:17 -04:00
Travis A. Everett
8f413d8a44 binlore: migrate override lore to package passthru
Lore overrides have been included with binlore's source up to now, but
this hasn't worked very well. (It isn't as easy to self-service for
people working in nixpkgs, and its use of partial pnames for matching
breaks down around some edge cases like version numbers appearing
early in perl pnames, or multiple packages having identical pnames.)
2024-07-04 11:15:05 -05:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next 2024-07-04 12:01:10 +00:00
Peder Bergebakken Sundt
7f29cc7704
Merge pull request #317052 from sudoforge/master
mark: 9.1.4 -> 9.12.0
2024-07-04 13:22:30 +02:00
Jalil David Salamé Messina
686c27bf09
mdbook: remove rec and with
`rec` and `with` are not recommended as they can produce hard to debug
errors.
2024-07-04 11:23:56 +02:00
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
R. Ryantm
bd8ea8febe jotdown: 0.4.0 -> 0.4.1 2024-07-03 02:06:03 +00:00
Weijia Wang
f5a7e092f3 Merge branch 'master' into staging-next 2024-07-02 22:22:02 +02:00
R. Ryantm
9864b028c0 sad: 0.4.30 -> 0.4.31 2024-07-02 09:30:22 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
sudoforge
7ed7025007
mark: 9.1.4 -> 9.12.0 2024-06-29 08:14:26 -07:00
R. Ryantm
02218b6b0c kdiff3: 1.11.1 -> 1.11.2 2024-06-29 12:55:31 +00:00
github-actions[bot]
f018e44bd1
Merge master into staging-next 2024-06-29 12:01:32 +00:00
Jonas Heinrich
ea9e416ca0
Merge pull request #323212 from marcusramberg/marcus/up_topfew
topfew: 0.9.0 -> 2.0.0
2024-06-29 12:42:26 +02:00
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
Marcus Ramberg
b8b519c2cf topfew: 0.9.0 -> 2.0.0 2024-06-28 20:11:36 +02:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next 2024-06-28 00:02:11 +00:00
Weijia Wang
948300941d
Merge pull request #318427 from r-ryantm/auto-update/basex
basex: 10.7 -> 11.0
2024-06-28 01:48:47 +02:00
Weijia Wang
6e55cfd3e3
Merge pull request #322796 from r-ryantm/auto-update/ov
ov: 0.34.1 -> 0.35.0
2024-06-27 23:10:14 +02:00
Weijia Wang
fa63ea42ab
Merge pull request #321453 from imincik/reveal-md-6.1.2
reveal-md: 5.5.2 -> 6.1.2
2024-06-27 22:45:47 +02:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
R. Ryantm
410f956f11 ov: 0.34.1 -> 0.35.0 2024-06-27 01:46:07 +00:00
R. Ryantm
6b3550d252 sad: 0.4.29 -> 0.4.30 2024-06-26 19:11:54 +00:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
R. Ryantm
c2e35b961f epub2txt2: 2.07 -> 2.08 2024-06-25 11:38:27 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
c712bc2c3d mawk: 1.3.4-20240123 -> 1.3.4-20240622 2024-06-23 06:41:43 +00:00
P.
7e1ff7bd73
treewide: remove wolfangaukang as maintainer 2024-06-22 07:03:16 -06:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
Ivan Mincik
96d8a58f7b reveal-md: 5.5.2 -> 6.1.2 2024-06-21 08:35:23 +02:00
R. Ryantm
f11771fb39 mdbook-admonish: 1.17.1 -> 1.18.0 2024-06-20 16:09:51 +00:00
Martin Weinelt
af4cfc1e0f Merge remote-tracking branch 'origin/staging-next' into staging 2024-06-19 23:28:26 +02:00
Nick Cao
0e3f81f0cd
Merge pull request #321000 from r-ryantm/auto-update/vale
vale: 3.5.0 -> 3.6.0
2024-06-19 10:43:24 -04:00
Nick Cao
b94cba3550
Merge pull request #320785 from r-ryantm/auto-update/epub2txt2
epub2txt2: 2.06 -> 2.07
2024-06-19 10:25:03 -04:00
R. Ryantm
d5bf9a656a vale: 3.5.0 -> 3.6.0 2024-06-19 11:12:27 +00:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
R. Ryantm
f0bab4cd16 epub2txt2: 2.06 -> 2.07 2024-06-18 13:32:44 +00:00
R. Ryantm
4a7043fd6c mdbook-graphviz: 0.1.7 -> 0.2.0 2024-06-16 23:54:17 +00:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging 2024-06-15 00:02:47 +00:00
R. Ryantm
d4b529b19b mdbook-i18n-helpers: 0.3.3 -> 0.3.4 2024-06-14 13:53:47 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
github-actions[bot]
fddadbd234
Merge master into staging-next 2024-06-12 12:01:10 +00:00
R. Ryantm
58f15f1373 mdbook-admonish: 1.17.0 -> 1.17.1 2024-06-12 01:57:25 +00:00
github-actions[bot]
477d2d32ff
Merge master into staging-next 2024-06-12 00:02:10 +00:00
Nelson Elhage
93908113cb xidel: Set platforms to platforms.all
The Linux-only `platforms` setting dates to 10 years ago in 7f06428544, where it was accompanied by the comment

> `# more platforms will be supported when we switch to source build`

That switch happened in 2021 in d14ea1499b. I've confirmed that the current package builds just fine on my `aarch64-darwin` laptop.
2024-06-11 23:49:33 +02:00
github-actions[bot]
79bbeb1aaf
Merge master into staging-next 2024-06-11 00:02:06 +00:00
Weijia Wang
ffa3e11c76
Merge pull request #317390 from wegank/validator-nu
validator-nu: set meta.platforms
2024-06-10 20:09:22 +02:00
github-actions[bot]
0cc78468fa
Merge master into staging-next 2024-06-10 18:01:13 +00:00
Weijia Wang
6967d1c21f
Merge pull request #318640 from r-ryantm/auto-update/fanficfare
fanficfare: 4.34.0 -> 4.35.0
2024-06-10 16:55:23 +02:00
github-actions[bot]
da065a023e
Merge master into staging-next 2024-06-10 06:01:12 +00:00
Paul Meyer
5c8e25b3f6
Merge pull request #318660 from r-ryantm/auto-update/valeStyles.write-good
valeStyles.write-good: 0.4.0 -> 0.4.1
2024-06-10 07:16:25 +02:00
Paul Meyer
775ffef732
Merge pull request #318661 from r-ryantm/auto-update/valeStyles.alex
valeStyles.alex: 0.2.1 -> 0.2.2
2024-06-10 07:15:49 +02:00
R. Ryantm
465025e576 valeStyles.proselint: 0.3.3 -> 0.3.4 2024-06-10 00:57:35 +00:00
R. Ryantm
ead4532ef0 valeStyles.alex: 0.2.1 -> 0.2.2 2024-06-10 00:54:26 +00:00
R. Ryantm
0b8b3b1ccf valeStyles.write-good: 0.4.0 -> 0.4.1 2024-06-10 00:54:00 +00:00
R. Ryantm
3633836f48 fanficfare: 4.34.0 -> 4.35.0 2024-06-09 22:33:55 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
github-actions[bot]
5aea0ef461
Merge master into staging-next 2024-06-09 18:00:55 +00:00
R. Ryantm
f5870f15f3 basex: 10.7 -> 11.0 2024-06-09 04:49:56 +00:00
R. Ryantm
2479fafff6 vale: 3.4.2 -> 3.5.0 2024-06-09 04:19:36 +00:00
github-actions[bot]
e807ccccb1
Merge master into staging-next 2024-06-08 18:01:00 +00:00
R. Ryantm
86f6bb82c4 rare-regex: 0.3.3 -> 0.3.4 2024-06-08 02:41:28 +00:00
github-actions[bot]
4ace29447c
Merge master into staging-next 2024-06-07 00:02:15 +00:00
jopejoe1
cc84ae2302 ascii: 3.20 -> 3.30 2024-06-06 21:23:40 +02:00
jopejoe1
64b9766dba ascii: refactor 2024-06-06 21:23:40 +02:00
Weijia Wang
91bc5060f7 validator-nu: set meta.platforms 2024-06-05 10:52:58 +02:00
github-actions[bot]
4b2a80fbd0
Merge master into staging-next 2024-06-05 00:02:31 +00:00
Peder Bergebakken Sundt
1986e87530
Merge pull request #316003 from WWeapn/fanficfare-4.34.0
fanficfare: 4.33.0 -> 4.34.0
2024-06-05 01:59:04 +02:00
Weijia Wang
5f6578b809
Merge pull request #314490 from r-ryantm/auto-update/highlight
highlight: 4.11 -> 4.12
2024-06-04 23:03:23 +02:00
Alyssa Ross
f27b3096c3
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/util-linux/default.nix
2024-06-04 13:31:26 +01:00
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
github-actions[bot]
c5a290d7d7
Merge master into staging-next 2024-06-04 00:02:20 +00:00
Konrad Malik
95a07b0be2
difftastic: fix build on x86_64-darwin
closes https://github.com/NixOS/nixpkgs/issues/315634
2024-06-03 18:48:22 +02:00
github-actions[bot]
97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00
R. Ryantm
ebbbdd91a3 angle-grinder: 0.19.2 -> 0.19.4 2024-06-02 00:38:50 +00:00
Vladimír Čunát
5804775d03
Merge branch 'staging' into staging-next 2024-05-31 07:30:41 +02:00
WWeapn
7aa5c90332 fanficfare: 4.33.0 -> 4.34.0 2024-05-30 23:41:01 +02:00
Jan Tojnar
9376e88451
Merge pull request #315651 from zendo/upd/textpieces
textpieces: 3.4.1 -> 4.0.6, refactor
2024-05-30 09:13:47 +02:00
Nikolay Korotkiy
990a1c8713
Merge pull request #312788 from JZL/update-html2text-1
html2text: 1.3.2a -> 2.2.3
2024-05-29 23:22:10 +04:00
Jonah Langlieb
5943b6d374 html2text: 1.3.2a -> 2.2.3
https://github.com/grobian/html2text/releases/tag/v2.2.3

As noted in old homepage https://www.mbayer.de/html2text/
> html2text is now maintained by Fabian Groffen.

Which points to github https://github.com/grobian/html2text  where it says
> the official home of html2text is at https://gitlab.com/grobian/html2text.
2024-05-29 13:39:58 -04:00
zendo
2329f0cf71 textpieces: move to by-name 2024-05-29 22:15:15 +08:00
github-actions[bot]
77347136f6
Merge staging-next into staging 2024-05-28 18:02:01 +00:00
Nick Cao
a2b1b0e027
Merge pull request #315109 from r-ryantm/auto-update/percollate
percollate: 4.2.0 -> 4.2.1
2024-05-28 13:56:11 -04:00
R. Ryantm
a7585a2823 crowdin-cli: 3.19.4 -> 4.0.0 2024-05-28 13:39:44 +00:00
github-actions[bot]
5d00e5e0c3
Merge staging-next into staging 2024-05-28 12:01:48 +00:00
Kirill Zaborsky
709604f9c9
anisfilter: update homepage url 2024-05-28 11:39:50 +03:00
R. Ryantm
95f8d6e530 mdbook-i18n-helpers: 0.3.2 -> 0.3.3 2024-05-28 01:24:57 +00:00
Audrey Dutcher
846de80d1c various: Enable updateAutotoolsGnuConfigScriptsHook
Prior to August 2023, any config.guess generated by autoconf will
include a hardcoded /usr/bin/uname invocation for FreeBSD on any
architecture other than arm. This clearly doesn't work under nix.
We must then update or otherwise patch each old config.guess.
2024-05-27 11:09:28 -04:00
R. Ryantm
d0f29c3999 percollate: 4.2.0 -> 4.2.1 2024-05-27 14:36:41 +00:00
John Ericson
80ff741fbd
Merge pull request #314660 from rhelmot/freebsd-minimal3/various-shell
{ed,gzip,gawk,gnugrep}: Add bash to buildInputs
2024-05-27 10:24:25 -04:00
Audrey Dutcher
125d947ed5 gnugrep: Add runtimeShell to buildInputs
This package distributes shell scripts in /bin. Its shebangs are
always patched to a /nix/store shell, but by default, they are patched to
use the stdenv's shell, which during bootstrap is build in the previous
stdenv. By using runtimeShell from the current stdenv, we can shorten the
FreeBSD bootstrap process significantly.
2024-05-26 23:26:09 -07:00
Audrey Dutcher
fa8c2ac3be gawk: Add runtimeShell to buildInputs
This package distributes shell scripts in /bin. Its shebangs are
always patched to a /nix/store shell, but by default, they are patched to
use the stdenv's shell, which during bootstrap is build in the previous
stdenv. By using runtimeShell from the current stdenv, we can shorten the
FreeBSD bootstrap process significantly.
2024-05-26 23:25:08 -07:00
github-actions[bot]
d0f5d1af6a
Merge staging-next into staging 2024-05-26 12:01:46 +00:00
Matthias Beyer
6b0667f702
Merge pull request #314739 from r-ryantm/auto-update/markdownlint-cli
markdownlint-cli: 0.40.0 -> 0.41.0
2024-05-26 10:51:24 +02:00
R. Ryantm
3a58b73691 markdownlint-cli: 0.40.0 -> 0.41.0 2024-05-26 02:41:07 +00:00
R. Ryantm
8d775b86e6 mdbook-admonish: 1.16.0 -> 1.17.0 2024-05-25 23:59:54 +00:00
github-actions[bot]
edcb881454
Merge staging-next into staging 2024-05-25 18:01:21 +00:00
Nick Cao
91300345d6
Merge pull request #314463 from r-ryantm/auto-update/sad
sad: 0.4.28 -> 0.4.29
2024-05-25 09:13:18 -04:00
github-actions[bot]
77670642a2
Merge staging-next into staging 2024-05-25 12:01:46 +00:00
Matthias Beyer
17f60ba476
difftastic: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-05-25 10:11:08 +02:00
Matthias Beyer
a84abaaf7f
difftastic: 0.56.1 -> 0.58.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-05-25 10:10:49 +02:00
R. Ryantm
ba7ff4a26b highlight: 4.11 -> 4.12 2024-05-25 04:34:44 +00:00
R. Ryantm
0a5260ad16 sad: 0.4.28 -> 0.4.29 2024-05-25 02:56:00 +00:00
github-actions[bot]
a73d2d9b62
Merge staging-next into staging 2024-05-24 12:01:26 +00:00
Matthias Beyer
1625a0965b
Merge pull request #313833 from r-ryantm/auto-update/kdiff3
kdiff3: 1.11.0 -> 1.11.1
2024-05-24 10:23:48 +02:00
R. Ryantm
5e27d26753 mdbook-katex: 0.8.1 -> 0.9.0 2024-05-23 21:34:29 +00:00
R. Ryantm
c18af227ff kdiff3: 1.11.0 -> 1.11.1 2024-05-22 23:45:33 +00:00
github-actions[bot]
985c7f2729
Merge staging-next into staging 2024-05-22 12:01:52 +00:00
Matthias Beyer
d155302ea9
Merge pull request #309169 from r-ryantm/auto-update/percollate
percollate: 4.0.5 -> 4.2.0
2024-05-22 10:57:42 +02:00
github-actions[bot]
949e5b9d89
Merge staging-next into staging 2024-05-22 00:02:35 +00:00
R. Ryantm
0ba73537d7 rsbkb: 1.3 -> 1.4 2024-05-21 02:38:35 +00:00
github-actions[bot]
af402f7b70
Merge staging-next into staging 2024-05-21 00:02:42 +00:00
Nick Cao
5b4159d017
Merge pull request #313153 from r-ryantm/auto-update/riffdiff
riffdiff: 3.1.3 -> 3.2.0
2024-05-20 19:02:09 -04:00
R. Ryantm
c52c76502c riffdiff: 3.1.3 -> 3.2.0 2024-05-20 15:00:11 +00:00
Muhammad Falak R Wani
426579b4af vgrep: 2.7.0 -> 2.8.0
Diff: https://github.com/vrothberg/vgrep/compare/v2.7.0...2.8.0
2024-05-20 20:20:46 +05:30
github-actions[bot]
be5878415f
Merge staging-next into staging 2024-05-20 12:01:58 +00:00
R. Ryantm
cfccb20de8 mdbook-admonish: 1.15.0 -> 1.16.0 2024-05-20 01:39:45 +00:00
Alyssa Ross
b08a915532 treewide: drop workarounds for cargo --frozen
Since 4816a73bb5 ("rustPlatform: --frozen -> --offline"), these are
no longer necessary!
2024-05-19 11:15:55 +02:00
R. Ryantm
ac9b1ed2d8 mdbook-katex: 0.8.0 -> 0.8.1 2024-05-18 01:18:05 +00:00
OTABI Tomoya
4a83f4e297
Merge pull request #310847 from momeemt/agrep/fix-build-failure
agrep: fix build failure
2024-05-18 08:31:51 +09:00
Mutsuha Asada
6cb3a29b13 agrep: fix build failure
changed to compile option '-ansi' and patched Makefile
2024-05-16 15:04:22 +02:00
R. Ryantm
5eb9918ba4 crowdin-cli: 3.19.3 -> 3.19.4 2024-05-16 12:38:02 +00:00
Weijia Wang
605d89de35
Merge pull request #310037 from r-ryantm/auto-update/kdiff3
kdiff3: 1.10.7 -> 1.11.0
2024-05-13 23:32:51 +02:00
R. Ryantm
1b0aa08a13 mdbook-open-on-gh: 2.4.2 -> 2.4.3 2024-05-13 14:35:30 +00:00
Weijia Wang
16be020e24
Merge pull request #309557 from r-ryantm/auto-update/csview
csview: 1.3.1 -> 1.3.2
2024-05-12 21:13:08 +02:00
Weijia Wang
a677665e7a
Merge pull request #309657 from wahjava/update-ugrep
ugrep: 5.1.4 -> 6.0.0
2024-05-12 20:32:47 +02:00
R. Ryantm
5a5298d9f0 percollate: 4.0.5 -> 4.2.0 2024-05-12 17:28:35 +00:00
Jan Tojnar
4be4408157 Merge branch 'master' into staging-next
; Conflicts:
;	maintainers/scripts/luarocks-packages.csv
;	pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Sigmanificient
38618ed4bd zeokt: add AndersonTorres in maintainers 2024-05-10 05:12:17 +02:00
Sigmanificient
2b0acf9ea9 zoekt: fix homepage url 2024-05-10 04:36:34 +02:00
R. Ryantm
51ec7ea4e9 crowdin-cli: 3.19.2 -> 3.19.3 2024-05-09 12:32:33 +00:00
github-actions[bot]
8d97a60dd1
Merge master into staging-next 2024-05-08 18:01:26 +00:00
Nick Cao
2751d59729
Merge pull request #310042 from r-ryantm/auto-update/rust-petname
rust-petname: 2.0.1 -> 2.0.2
2024-05-08 10:47:57 -04:00
R. Ryantm
52e983579e rust-petname: 2.0.1 -> 2.0.2 2024-05-08 08:02:16 +00:00
R. Ryantm
8ec7d8347b kdiff3: 1.10.7 -> 1.11.0 2024-05-08 07:23:06 +00:00
R. Ryantm
48800d4372 riffdiff: 3.1.0 -> 3.1.3 2024-05-08 02:32:35 +00:00
Ashish SHUKLA
ffc674bf9b
ugrep: 5.1.4 -> 6.0.0 2024-05-06 21:56:04 +00:00
R. Ryantm
855702bfa2 csview: 1.3.1 -> 1.3.2 2024-05-06 12:53:08 +00:00
Jan Tojnar
100509c030 Merge branch 'staging-next' into staging
Conflicts in luaPackages.luarocks-nix:

- 8b563cd9f9 switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
  bc4f6fa543 bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master).

  Used the new version but replaced the tag prefix with 0.

- b73ec84b9e removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta).
  bf311d950e modified meta to fix the update script properly.

  Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
Weijia Wang
871446719c
Merge pull request #307644 from r-ryantm/auto-update/rust-petname
rust-petname: 1.1.3 -> 2.0.1
2024-05-04 22:51:41 +02:00
Weijia Wang
b4617eb071 Merge branch 'staging-next' into staging 2024-05-03 19:03:51 +02:00
Vladimír Čunát
e96601ecf0
Merge #306080: staging-next 2024-04-22 2024-05-03 17:36:08 +02:00
Paul Meyer
41b70c6a33
Merge pull request #308780 from r-ryantm/auto-update/valeStyles.microsoft
valeStyles.microsoft: 0.14.0 -> 0.14.1
2024-05-03 14:36:18 +02:00
Paul Meyer
1f60d45b21
Merge pull request #308782 from r-ryantm/auto-update/valeStyles.google
valeStyles.google: 0.6.0 -> 0.6.1
2024-05-03 14:35:44 +02:00
github-actions[bot]
0b5a256e94
Merge staging-next into staging 2024-05-03 12:01:59 +00:00
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
R. Ryantm
0a6a5ca4c1 valeStyles.google: 0.6.0 -> 0.6.1 2024-05-03 11:47:37 +00:00
R. Ryantm
123dbe970e valeStyles.microsoft: 0.14.0 -> 0.14.1 2024-05-03 11:43:07 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
github-actions[bot]
4e3bc63c95
Merge staging-next into staging 2024-05-02 12:02:05 +00:00
github-actions[bot]
c4dfa193ac
Merge master into staging-next 2024-05-02 12:01:36 +00:00
Weijia Wang
a6742256e2
Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflags
buildGoModule: announce removal of `buildFlags` and `buildFlagsArray`
2024-05-02 12:58:35 +02:00
Peder Bergebakken Sundt
a75d2c193c
Merge pull request #308447 from r-ryantm/auto-update/vale
vale: 3.4.1 -> 3.4.2
2024-05-02 11:41:16 +02:00
Vladimír Čunát
725f48a252
Merge branch 'master' into staging-next 2024-05-02 09:05:49 +02:00
R. Ryantm
9f91e8aa63 vale: 3.4.1 -> 3.4.2 2024-05-02 06:50:06 +00:00
Bobby Rong
13d91b7d04
Merge pull request #308277 from bobby285271/upd/homepage
treewide: Move away from wiki.gnome.org (part 2)
2024-05-02 07:47:16 +08:00
Pol Dellaiera
95ac5ac25c
Merge pull request #307865 from r-ryantm/auto-update/comrak
comrak: 0.22.0 -> 0.23.0
2024-05-01 23:10:11 +02:00
Pol Dellaiera
488dce013c
Merge pull request #308270 from r-ryantm/auto-update/languagetool
languagetool: 6.3 -> 6.4
2024-05-01 21:15:22 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next 2024-05-01 18:01:22 +00:00
Bruno BELANYI
103633159d
Merge pull request #308007 from r-ryantm/auto-update/markdownlint-cli
markdownlint-cli: 0.39.0 -> 0.40.0
2024-05-01 15:09:42 +01:00
Nick Cao
d3dac580b0
Merge pull request #308144 from r-ryantm/auto-update/mdbook-pagetoc
mdbook-pagetoc: 0.1.9 -> 0.2.0
2024-05-01 09:43:52 -04:00
Bobby Rong
736c6be462
treewide: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
2024-05-01 21:16:03 +08:00
R. Ryantm
5a5178ee0d languagetool: 6.3 -> 6.4 2024-05-01 12:49:50 +00:00
Aleksana
b77e1a3af6
Merge pull request #307188 from JohnRTitor/anydesk
treewide: migrate some packages to finalAttrs, also reference lib explicitly in meta
2024-05-01 20:22:09 +08:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
R. Ryantm
4c97fdfc13 mdbook-pagetoc: 0.1.9 -> 0.2.0 2024-05-01 02:10:46 +00:00
Peder Bergebakken Sundt
eba821d3cc vale: add maintainer pbsds 2024-04-30 19:09:48 +02:00
R. Ryantm
59c81a9c55 markdownlint-cli: 0.39.0 -> 0.40.0 2024-04-30 14:12:07 +00:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
R. Ryantm
4c6197d9f8 comrak: 0.22.0 -> 0.23.0 2024-04-30 00:44:40 +00:00
Maximilian Bosch
60da752c21
Merge pull request #307643 from mfrw/mfrw/diffsitter-0.8.3
diffsitter: 0.8.2 -> 0.8.3
2024-04-29 21:45:24 +00:00
R. Ryantm
725af64d95 csview: 1.3.0 -> 1.3.1 2024-04-29 12:38:33 +00:00
Muhammad Falak R Wani
d742413ead diffsitter: 0.8.2 -> 0.8.3
Diff: https://github.com/afnanenayet/diffsitter/compare/v0.8.2...v0.8.3
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-04-29 11:37:20 +05:30
R. Ryantm
d5492fa642 rust-petname: 1.1.3 -> 2.0.1 2024-04-29 06:03:12 +00:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
R. Ryantm
c0f6bea36b ov: 0.34.0 -> 0.34.1 2024-04-28 13:42:12 +00:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
John Titor
71d9d20dc9
recode: move to finalAttrs 2024-04-27 18:23:06 +05:30
Alain Emilia Anna Zscheile
783a35ca3d maintainers: remove fogti
Feel free to remove the following packages, which were essentially personal tools:
- apc-temp-fetch:
    this is outdated anyways, it needs flit to build now,
    see also: 53bcaab3e9/net-analyzer/APC-Temp-fetch/APC-Temp-fetch-0.0.9.ebuild
- libowlevelzs
- zs-apc-spdu-ctl
- zs-wait4host
- zstxtns-utils
2024-04-27 14:44:36 +02:00
github-actions[bot]
ac252ffaef
Merge master into staging-next 2024-04-27 06:01:14 +00:00
Jörg Thalheim
53e3474e5c
Merge pull request #307115 from NickCao/opencc-cross
opencc: fix cross compilation
2024-04-27 08:00:45 +02:00
Vinny Meller
89b5cfb93a
ltex-ls: add vinnymeller as maintainer 2024-04-27 00:49:20 -04:00