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
github-actions[bot]
c101f2dc94
Merge staging-next into staging
2024-09-27 18:04:55 +00:00
github-actions[bot]
911b856128
Merge master into staging-next
2024-09-27 18:04:26 +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
github-actions[bot]
c5d56bc391
Merge staging-next into staging
2024-09-26 18:05:01 +00:00
github-actions[bot]
c8c18095f9
Merge master into staging-next
2024-09-26 18:04:33 +00:00
Alistair Bill
ad93bf2f14
treewide: remove maintainer alibabzo
2024-09-25 22:39:13 +01:00
Artturin
06519058fd
Merge branch 'staging-next' into staging
2024-09-25 06:14:50 +03:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
github-actions[bot]
e34a522374
Merge staging-next into staging
2024-09-25 00:14:47 +00:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion ( #342431 )
2024-09-24 15:56:53 -07:00
Philip Taron
6f3fcaa71b
gawk: 5.2.2 -> 5.3.1 ( #344008 )
2024-09-24 15:29:00 -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
Lin Jian
cd039ce1ae
opencc: use system rapidjson to fix gcc 14 error ( #344004 )
2024-09-25 02:26:28 +08:00
R. Ryantm
34c68eb443
markdownlint-cli: 0.41.0 -> 0.42.0
2024-09-24 14:28:56 +00:00
github-actions[bot]
bcd5388d39
Merge master into staging-next
2024-09-24 12:05:12 +00:00
Jörg Thalheim
88ae0a7191
gnugrep: fix eval on windows
2024-09-24 10:59:23 +02:00
github-actions[bot]
9a6f63ebed
Merge master into staging-next
2024-09-23 18:04:34 +00:00
Lin Jian
42960d743a
opencc: add passthru.updateScript
2024-09-24 01:34:09 +08:00
Lin Jian
36fed72b3b
opencc: use system rapidjson to fix gcc 14 error
...
The bundled rapidjson is not new enough and causes compilation
error[1] in gcc 14.
[1]: https://hydra.nixos.org/build/273250179/log
2024-09-24 01:34:07 +08:00
Simon Hauser
8cd3989e4d
gawk: 5.2.2 -> 5.3.1
...
Changelog:
- https://lists.gnu.org/archive/html/info-gnu/2023-11/msg00000.html
- https://mail.gnu.org/archive/html/info-gnu/2024-09/msg00008.html
2024-09-23 19:04:39 +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
Jörg Thalheim
7d751654ec
Merge branch 'master' into staging-next
2024-09-22 15:51:19 +02: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
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next
2024-09-21 18:03:54 +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
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00: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
K900
d8a54461fc
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-20 07:27:56 +03: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
github-actions[bot]
70ab79847d
Merge staging-next into staging
2024-09-14 18:04:45 +00: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
github-actions[bot]
76501a1b92
Merge staging-next into staging
2024-09-13 18:04:52 +00:00
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
Philip Taron
572baa788b
gcc: gcc_13 → gcc_14 ( #340612 )
...
@emilazy is co-responsible for choosing the merge this.
2024-09-12 15:21:00 -07:00
Peder Bergebakken Sundt
df805a893e
diffsitter: add updateScript and versionCheckHook ( #336957 )
2024-09-12 15:46:21 +02:00
Fabián Heredia Montiel
438ed81a34
treewide: add -fpermissive
due to configuration error with gcc_14
2024-09-11 01:44:17 -06: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
github-actions[bot]
3b1652aad3
Merge master into staging-next
2024-09-08 18:04:04 +00:00
Nick Cao
a69ac3075a
autocorrect: 2.9.0 -> 2.11.1 ( #283761 )
2024-09-08 09:14:52 -04:00
github-actions[bot]
079813d5c4
Merge master into staging-next
2024-09-06 18:03:54 +00:00
R. Ryantm
f5ca707f27
crowdin-cli: 4.1.1 -> 4.1.2
2024-09-06 13:29:40 +00:00
github-actions[bot]
25ef10109d
Merge master into staging-next
2024-09-06 00:13:20 +00:00
Nick Cao
f7ef593000
hcledit: 0.2.14 -> 0.2.15 ( #339746 )
2024-09-05 15:27:00 -04:00
github-actions[bot]
37c947df6c
Merge master into staging-next
2024-09-05 12:05:31 +00:00
R. Ryantm
bbbc220850
hcledit: 0.2.14 -> 0.2.15
2024-09-05 09:15:52 +00:00
Dominik Xaver Hörl
27e688054e
runiq: 2.0.0 -> 2.0.0-unstable-2024-08-19
...
Build from git to allow compiling with rust 1.80, until there is an upstream release containing a642926f6ec09d4faeebebb563d4aed89e0d36fb.
2024-09-05 10:47:56 +02:00
K900
23b4832da0
Merge remote-tracking branch 'origin/master' into staging-next
2024-09-04 08:53:48 +03:00
Nick Cao
aa12d954f2
reveal-md: 6.1.2 -> 6.1.3 ( #338647 )
2024-09-03 15:26:03 -04:00
Aleksana
9685d9f297
zet: fix build ( #336435 )
2024-09-04 01:08:55 +08:00
ghpzin
fbffac3af1
zet: fix build
2024-09-03 19:11:56 +03:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging
2024-08-31 18:04:19 +00:00
R. Ryantm
7ffc5523d6
reveal-md: 6.1.2 -> 6.1.3
2024-08-31 15:39:47 +00:00
Nick Cao
79e8e2d0d6
jotdown: 0.4.1 -> 0.5.0 ( #338360 )
2024-08-31 09:10:39 -04:00
github-actions[bot]
fab50d5f8d
Merge staging-next into staging
2024-08-31 00:13:46 +00:00
github-actions[bot]
dcad9b571a
Merge master into staging-next
2024-08-31 00:13:18 +00:00
R. Ryantm
47e25f0be1
jotdown: 0.4.1 -> 0.5.0
2024-08-30 09:13:11 +00:00
R. Ryantm
b1279cd7bb
hcledit: 0.2.13 -> 0.2.14
2024-08-30 01:21:07 +00:00
Bruno Bigras
048c4cc3e0
diffsitter: add updateScript and versionCheckHook
2024-08-26 21:01:11 -04:00
github-actions[bot]
32f893fe9e
Merge staging-next into staging
2024-08-27 00:13:33 +00:00
github-actions[bot]
0629545b27
Merge master into staging-next
2024-08-27 00:13:08 +00:00
Nick Cao
fb57cdb6fb
vale: 3.7.0 -> 3.7.1 ( #337357 )
2024-08-26 18:37:48 -04:00
Nick Cao
e9d8b3bc34
gtree: 1.10.10 -> 1.10.11 ( #337136 )
2024-08-26 18:11:26 -04:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains ( #336287 )
2024-08-26 20:39:56 +02:00
Ivan Trubach
23eacd40cf
gnupatch: fix segfault on cleanup
...
See https://savannah.gnu.org/bugs/?57717
Reproducer:
```console
$ patch -p1 <<'EOF'
diff --git a/file2.txt b/file2.txt
index e69de29..d20e9cd 100644
--- a/file2.txt
+++ b/file2.txt
@@ -1 +1 @@
-old content
+new content
EOF
```
```
(repeated lines omitted)
patch: **** Can't create file file2.txt.orig : Too many open files
patch: **** Can't create file file2.txt.orig : Too many open files
patch: **** Can't create file file2.txt.origSegmentation fault (core dumped)
```
2024-08-26 16:34:47 +03:00
github-actions[bot]
132f2322d0
Merge master into staging-next
2024-08-26 12:05:25 +00:00
Sandro
6b4d280cf5
Merge pull request #336797 from SuperSandro2000/paperless-ngx
2024-08-26 11:47:01 +02:00
Peder Bergebakken Sundt
4e284999a1
vale: 3.7.0 -> 3.7.1
...
Diff: https://github.com/errata-ai/vale/compare/v3.7.0...v3.7.1
Changelog: https://github.com/errata-ai/vale/releases/tag/v3.7.1
2024-08-25 19:12:25 -04:00
Leona Maroni
21df4b072b
nltk-data: 5db857e -> cfe8291, cleanup
2024-08-25 22:01:09 +02:00
github-actions[bot]
42a36f336d
Merge master into staging-next
2024-08-25 18:03:42 +00:00
Jörg Thalheim
73229d9065
Merge pull request #337017 from museoa/upload-mawk
...
mawk: 1.3.4-20240622 -> 1.3.4-20240819
2024-08-25 16:09:40 +02:00
R. Ryantm
aa28ddcbe8
gtree: 1.10.10 -> 1.10.11
2024-08-25 00:58:47 +00:00
github-actions[bot]
0a498c7d18
Merge master into staging-next
2024-08-24 18:03:46 +00:00
Anderson Torres
7671137629
mawk: migrate to by-name
2024-08-24 11:00:23 -03:00
Ashish SHUKLA
c7a4f4c087
ugrep: 6.4.1 -> 6.5.0
...
Changes: https://github.com/Genivia/ugrep/releases/tag/v6.5.0
2024-08-24 01:33:06 +05:30
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
Jade Lovelace
5dfdb09561
tree-wide: remove eelco as maintainer from things he no longer maintains
...
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.
However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.
However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.
Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.
Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Nick Cao
2e3869d5f1
Merge pull request #335885 from r-ryantm/auto-update/rpl
...
rpl: 1.15.6 -> 1.15.7
2024-08-19 16:57:36 -04:00
R. Ryantm
d3a101940d
rpl: 1.15.6 -> 1.15.7
2024-08-19 19:10:46 +00:00
Robert Schütz
d7cdbdd3b0
Merge pull request #332655 from HollowMan6/master
...
mdbook-pdf: 0.1.8 -> 0.1.10
2024-08-18 12:43:42 -07:00
github-actions[bot]
3712736e23
Merge staging-next into staging
2024-08-18 06:01:41 +00:00
Peder Bergebakken Sundt
e2a7fbd5b2
Merge pull request #261541 from nixith/update-rosie
...
rosie: 1.3.0 -> 1.4.0
2024-08-18 03:31:55 +02:00
github-actions[bot]
dfd7616ef8
Merge staging-next into staging
2024-08-17 12:01:34 +00:00
Aaron Jheng
02355a384f
shfmt: 3.8.0 -> 3.9.0
2024-08-17 16:45:59 +10:00
github-actions[bot]
26d52a889c
Merge staging-next into staging
2024-08-16 18:01:47 +00:00
Nick Cao
8fdcb1764f
Merge pull request #334990 from r-ryantm/auto-update/diffsitter
...
diffsitter: 0.8.3 -> 0.8.4
2024-08-16 08:44:29 -04:00
github-actions[bot]
b40c26a333
Merge staging-next into staging
2024-08-16 12:01:48 +00:00
R. Ryantm
78642712b2
basex: 11.0 -> 11.1
2024-08-16 09:44:54 +02:00
R. Ryantm
3170f7e72e
diffsitter: 0.8.3 -> 0.8.4
2024-08-16 01:02:02 +00:00
github-actions[bot]
688ae1bcd3
Merge staging-next into staging
2024-08-15 12:02:43 +00:00
R. Ryantm
bf404fe6a6
papeer: 0.8.1 -> 0.8.2
2024-08-15 08:09:13 +00:00
Philip Taron
fa70b5052d
Merge pull request #314720 from tie/remove-gawkbug
...
gawk: move gawkbug to gawkInteractive
2024-08-14 08:45:17 -07:00
Ivan Trubach
f0e142a4cd
gawk: move gawkbug to gawkInteractive
...
This change removes gawkbug program from non-interactive build, similar
to the bash{,Interactive} package.
2024-08-14 16:30:39 +03:00
github-actions[bot]
ae6040d6a6
Merge master into staging-next
2024-08-14 00:02:32 +00:00
R. Ryantm
06d3ea1416
mark: 10.0.0 -> 10.0.1
2024-08-13 02:49:10 +00:00
github-actions[bot]
d3f3bec267
Merge master into staging-next
2024-08-12 06:01:03 +00:00
Pol Dellaiera
c7c8f757d3
Merge pull request #334027 from r-ryantm/auto-update/percollate
...
percollate: 4.2.2 -> 4.2.3
2024-08-12 07:38:13 +02:00
R. Ryantm
e5b3756f87
percollate: 4.2.2 -> 4.2.3
2024-08-12 01:34:16 +00:00
R. Ryantm
71540d08d8
asciigraph: 0.7.1 -> 0.7.2
2024-08-12 00:24:20 +00:00
github-actions[bot]
dc79586bdf
Merge master into staging-next
2024-08-12 00:02:44 +00:00
Peder Bergebakken Sundt
3a9d153601
Merge pull request #330129 from twz123/yx-cross-compile
...
yx: support cross-compiling
2024-08-11 23:24:08 +02:00
github-actions[bot]
a473a12c7d
Merge master into staging-next
2024-08-11 18:01:11 +00:00
Nick Cao
6e4bf1c39b
Merge pull request #333753 from r-ryantm/auto-update/fanficfare
...
fanficfare: 4.36.0 -> 4.37.0
2024-08-11 10:51:56 -04:00
Nick Cao
f06f149304
Merge pull request #333712 from r-ryantm/auto-update/ruplacer
...
ruplacer: 0.8.3 -> 0.9.0
2024-08-11 10:49:51 -04:00
Emily
b110ca4fd1
Merge pull request #333605 from ProducerMatt/staging-next
...
rsbkb: patch time crate for Rust 1.80
2024-08-11 12:04:45 +01:00
Martin Weinelt
0e1624df44
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/pycdio/default.nix
2024-08-11 03:10:34 +02:00
Pol Dellaiera
4262309e10
Merge pull request #333510 from wahjava/update-ugrep
...
ugrep: 6.4.0 -> 6.4.1
2024-08-10 23:48:31 +02:00
R. Ryantm
df0a2cfd4c
fanficfare: 4.36.0 -> 4.37.0
2024-08-10 18:51:00 +00:00
Producer Matt
2d426e1397
rsbkb: patch time crate for Rust 1.80
2024-08-10 12:35:14 -05:00
R. Ryantm
28b8488411
ruplacer: 0.8.3 -> 0.9.0
2024-08-10 15:31:14 +00:00
github-actions[bot]
68894e5504
Merge master into staging-next
2024-08-10 00:02:11 +00:00
Ashish SHUKLA
45fe53c138
ugrep: 6.4.0 -> 6.4.1
2024-08-09 18:15:36 +00:00
Sandro Jäckel
41e50a60e9
mdcat: 2.3.0 -> 2.3.1
...
Diff: https://github.com/swsnr/mdcat/compare/mdcat-2.3.0...mdcat-2.3.1
Changelog: https://github.com/swsnr/mdcat/releases/tag/mdcat-2.3.1
2024-08-09 17:04:59 +02:00
github-actions[bot]
7b86eb63e7
Merge master into staging-next
2024-08-09 12:01:12 +00:00
Matthias Beyer
69d44a2987
Merge pull request #333011 from nix-julia/update-mdbook-d2
...
mdbook-d2: unstable-2023-03-30 -> 0.3.0
2024-08-09 08:33:16 +02:00
Martin Weinelt
1e25330d41
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/libraries/SDL2/default.nix
2024-08-09 02:18:56 +02:00
nix-julia
7fc41e1fcf
mdbook-d2: move to pkgs/by-name
2024-08-08 22:28:36 +03:30
Nick Cao
6d13b41655
Merge pull request #333116 from wahjava/update/ugrep
...
ugrep: 6.3.0 -> 6.4.0
2024-08-08 14:26:31 -04:00
github-actions[bot]
d3ef01201e
Merge master into staging-next
2024-08-08 18:01:35 +00:00
Matthias Beyer
c1b7398928
Merge pull request #333239 from r-ryantm/auto-update/mdbook-graphviz
...
mdbook-graphviz: 0.2.0 -> 0.2.1
2024-08-08 19:30:57 +02:00
R. Ryantm
36e77237bb
mdbook-graphviz: 0.2.0 -> 0.2.1
2024-08-08 14:45:09 +00:00
Ashish SHUKLA
f20eeca6df
ugrep: 6.3.0 -> 6.4.0
2024-08-08 00:15:28 +00:00
Franz Pletz
686fce8780
jsawk: remove
...
Upstream is dead and unmaintained since it was introduced in nixpkgs.
2024-08-07 01:37:29 +02:00
Hollow Man
6938e9d22f
mdbook-pdf: 0.1.8 -> 0.1.10
...
Signed-off-by: Hollow Man <hollowman@opensuse.org>
2024-08-06 23:48:57 +03:00
github-actions[bot]
6c87856002
Merge staging-next into staging
2024-08-06 12:01:45 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
github-actions[bot]
3b5460f093
Merge staging-next into staging
2024-08-06 00:02:48 +00:00