Commit graph

2261 commits

Author SHA1 Message Date
Fabian Affolter 92322a1a65 invoice2data: 0.2.93 -> 0.3.6 2021-11-21 13:57:30 +01:00
Sebastián Mancilla 01fd2714c6 pn: unstable-2021-01-28 -> 0.9.0 2021-11-19 00:04:53 -08:00
Sebastián Mancilla e1361b69d9 l2md: unstable-2020-07-31 -> unstable-2021-10-27
Build on darwin.
2021-11-18 22:09:41 -08:00
midchildan 5f8dc66f42
cmigemo: fix Darwin build 2021-11-19 03:47:28 +09:00
figsoda 6a43259fa8 tidy-viewer: 1.4.2 -> 1.4.3 2021-11-17 17:05:27 -05:00
figsoda 4b8d8fc923 ripgrep: use buildFeatures 2021-11-16 08:11:46 -05:00
figsoda 621109350d hck: 0.6.6 -> 0.6.7 2021-11-15 12:26:09 -05:00
Jörg Thalheim 7b8c84823f
Merge pull request #145870 from r-ryantm/auto-update/proselint
proselint: 0.12.0 -> 0.13.0
2021-11-14 08:23:45 +00:00
R. Ryantm d5ff6143d0 proselint: 0.12.0 -> 0.13.0 2021-11-14 06:56:50 +00:00
Thiago Kenji Okada 08c9f103f5
Merge pull request #145520 from SuperSandro2000/highlight
highlight: remove with lib; convert prePatch to postPatch
2021-11-13 20:34:35 -03:00
Thiago Kenji Okada 9c15096eab
Merge pull request #144450 from r-ryantm/auto-update/mark
mark: 6.3 -> 6.4
2021-11-13 19:43:45 -03:00
Sandro 96c17beaf5
Merge pull request #145205 from Stunkymonkey/treewide-pname-version-1 2021-11-13 19:32:52 +01:00
Sandro be53e0d506
Merge pull request #145639 from alyssais/cmigemo 2021-11-12 23:51:33 +01:00
Daniel Nagy fa6b4a9320
lucenepp: 3.0.7 -> 3.0.8 (#134481)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-12 18:22:05 +01:00
Alyssa Ross 023f0060a6
cmigemo: fix cross 2021-11-12 15:45:08 +00:00
Nikolay Korotkiy c6f83b3433 basex: 9.4.3 → 9.6.3, enable on darwin 2021-11-12 15:04:15 +01:00
Sandro Jäckel d3c28b6f84
highlight: remove with lib; convert prePatch to postPatch 2021-11-11 18:10:20 +01:00
Felix Buehler 9480444dae treewide: rename name to pname&version 2021-11-09 22:24:57 +01:00
Sergei Trofimovich caeefb8bd1 ansifilter: fix non-determinism in gzipped manpages with s/gzip/gzip -n/
Before the change ansifilter diffoscope shows non-determinism as:

    $ diffoscope '...-ansifilter-2.18' '...-ansifilter-2.18.check'
    --- ...-ansifilter-2.18/share/man/man1/ansifilter.1.gz
    +++ ...-ansifilter-2.18.check/share/man/man1/ansifilter.1.gz
    ─ filetype from file(1)
    @@ -1 +1 @@
    -gzip compressed data, was "ansifilter.1", last modified: Sat Oct 30 13:16:29 2021, max compression, from Unix
    +gzip compressed data, was "ansifilter.1", last modified: Sat Nov  6 18:04:36 2021, max compression, from Unix
2021-11-06 18:05:04 +00:00
Alyssa Ross 02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Robert Hensing 3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
figsoda c1db118aaa
Merge pull request #144460 from r-ryantm/auto-update/mdcat
mdcat: 0.23.2 -> 0.24.1
2021-11-03 11:33:18 -04:00
R. Ryantm 3d390bd9dc mdcat: 0.23.2 -> 0.24.1 2021-11-03 14:36:42 +00:00
Sandro Jäckel 8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)` to lib.importJSON ./file.json 2021-11-03 14:43:52 +01:00
R. Ryantm 21d8230c77 mark: 6.3 -> 6.4 2021-11-03 13:27:23 +00:00
Bobby Rong 2483e778d4
treewide: set meta.mainProgram for packages teams.pantheon.members maintain 2021-11-03 19:07:21 +08:00
Bobby Rong 5588b702e5
Merge pull request #144088 from DamienCassou/add-passthru-tests-to-crowdin-cli
crowdin-cli: Add passthru.tests.version
2021-11-03 18:05:17 +08:00
sternenseemann 2174bfe675 chroma: use -X ldflag to do variable substitution in cmd/chroma
Previously this was done rather hackily using substituteInPlace in
postFetch, however I've since found out that the way goreleaser does it
is actually quite accessible, since it just calls go with the
appropriate -X flags.

To avoid having to call git in the build to obtain the values and to not
rely on leaveDotGit, we can use the JSON populated by nix-prefetch-git
which contains the extra information we need: the commit hash and the
date.
2021-11-03 10:40:23 +01:00
sternenseemann 22a15615c7 chroma: 0.9.2 -> 0.9.4
cmd/chroma is no longer a sub package, but its own module which we need
to account for.
2021-11-03 10:40:23 +01:00
github-actions[bot] bd0051cd54
Merge master into staging-next 2021-11-01 18:01:02 +00:00
Anderson Torres 83c3a8b356
Merge pull request #143708 from AndersonTorres/new-misc
ucg: rewrite tests
2021-11-01 11:23:42 -03:00
github-actions[bot] cc41bb5851
Merge master into staging-next 2021-11-01 12:01:00 +00:00
Damien Cassou d2d72356b9
crowdin-cli: Add passthru.tests.version 2021-11-01 10:58:46 +01:00
R. Ryantm f74fb8c45d
crowdin-cli: 3.7.0 -> 3.7.1 2021-11-01 10:00:28 +01:00
AndersonTorres dc4e3b543d ucg: rewrite tests
The tests can be easily done in the local machine, there is no necessity of
starting a virtual machine for them.
2021-10-31 21:25:12 -03:00
AndersonTorres f87e45d17e ucg: mark as broken for ARM64 2021-10-31 21:25:04 -03:00
github-actions[bot] 6317a19147
Merge master into staging-next 2021-10-29 18:01:00 +00:00
figsoda 58599aac3f tidy-viewer: 0.0.22 -> 1.4.2 2021-10-29 07:54:33 -04:00
github-actions[bot] e7fbce41fc
Merge master into staging-next 2021-10-29 06:01:10 +00:00
Mario Rodas 848b4f463e
Merge pull request #143385 from r-ryantm/auto-update/ugrep
ugrep: 3.3.7 -> 3.3.8
2021-10-28 19:03:04 -05:00
R. Ryantm 3f60aa06f5 ugrep: 3.3.7 -> 3.3.8 2021-10-28 13:54:03 +00:00
github-actions[bot] 783f3c33e5
Merge master into staging-next 2021-10-28 06:01:14 +00:00
R. Ryantm ba55036722 angle-grinder: 0.17.0 -> 0.18.0 2021-10-28 01:50:09 +00:00
github-actions[bot] 23c6bab47e
Merge master into staging-next 2021-10-27 00:01:25 +00:00
Jeremy Kolb cdb3a5613e
uniscribe: init at 1.7.0 (#142990)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-26 22:53:39 +02:00
github-actions[bot] 7e0da80ec9
Merge master into staging-next 2021-10-26 06:01:02 +00:00
Anderson Torres 5c20dda347
Merge pull request #142889 from beardhatcode/bump/language-tool
languagetool: 5.4 -> 5.5
2021-10-25 23:15:39 -03:00
Robbert Gurdeep Singh 9ee66feaad languagetool: 5.4 -> 5.5
https://github.com/languagetool-org/languagetool/blob/v5.5/languagetool-standalone/CHANGES.md
2021-10-25 21:55:35 +02:00
Martin Weinelt a47e0a6554 Merge remote-tracking branch 'origin/master' into staging-next 2021-10-25 21:03:48 +02:00
figsoda ce6a14f9d0 rust-petname: 1.1.1 -> 1.1.2 2021-10-25 08:11:26 -04:00