1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
Commit graph

459787 commits

Author SHA1 Message Date
Maximilian Bosch 3b02da3fdd
nixos/tests/gitea: keep calling the file itself evaluatable
When I work on something gitea-related I want to be able to just do
`nix-build nixos/tests/gitea.nix` to run the tests.
2023-03-03 22:00:49 +01:00
Maximilian Bosch f8bbedfcac
Merge pull request #219073 from IndeedNotJames/gitea-gpg
nixos/gitea: fix commit signing (`gpg`) core dump, add nixos test
2023-03-02 17:24:02 +01:00
R. Ryantm 44ba7fdd60 tkrzw: 1.0.24 -> 1.0.26 2023-03-02 10:21:16 -06:00
K900 9916ae28ef
Merge pull request #219176 from K900/kde-gear-22.12.3
kde/gear: 22.12.2 -> 22.12.3
2023-03-02 18:56:48 +03:00
figsoda cefcb85302
Merge pull request #218894 from figsoda/pw-volume 2023-03-02 10:31:19 -05:00
K900 04349bc072
Merge pull request #219185 from K900/fwupd-update-fix
fwupd: fix version
2023-03-02 17:59:33 +03:00
K900 26cb599014 fwupd: fix version 2023-03-02 17:56:44 +03:00
figsoda 3793d20049
Merge pull request #218383 from figsoda/book-summary 2023-03-02 09:49:43 -05:00
Bobby Rong d492265f47
Merge pull request #219046 from eliandoran/dev/trilium_update
trilium-{desktop,server}: 0.58.8 -> 0.59.1
2023-03-02 22:38:53 +08:00
Martin Weinelt f84f787874
Merge pull request #218509 from wesleyjrz/add-kb
kb: init at 0.1.7
2023-03-02 14:21:20 +00:00
K900 af7432de5b kde/gear: 22.12.2 -> 22.12.3 2023-03-02 17:12:25 +03:00
K900 18f2ba9ce4
Merge pull request #207033 from j-brn/master
looking-glass-client/kvmfr: B5.0.1 -> B6
2023-03-02 17:11:43 +03:00
superherointj 901f0c92f1
Merge pull request #218192 from wegank/widevine-bump
widevine-cdm: 4.10.2449.0 -> 4.10.2557.0, merge with vivaldi-widevine
2023-03-02 10:44:51 -03:00
Wesley Jr d2b3adf3bc
kb: init at 0.1.7 2023-03-02 09:53:24 -03:00
Maximilian Bosch 63576d1c14
Merge pull request #219149 from Ma27/bump-grafana
grafana: 9.3.6 -> 9.4.2
2023-03-02 13:52:40 +01:00
Stanisław Pitucha 91801f8ff6
Merge pull request #216802 from viraptor/qscintilla-darwin
qscintilla: fix darwin builds
2023-03-02 23:45:37 +11:00
Alyssa Ross 9bfc5871c1 llvmPackages_15.compiler-rt: drop codesign patch
This was added in 00839fea22 ("llvmPackages_15.compiler-rt: fixes for Darwin"),
which says:

> this introduces a codesigning related patch that we can drop once
> #195107 goes through

The referenced PR ("sigtool: 0.1.2 → 0.1.3") has now been merged, so
I'm dropping the patch as instructed.
2023-03-02 12:36:21 +00:00
Artturi 09b11341b9
Merge pull request #218984 from Artturin/replacedeplocal 2023-03-02 14:25:50 +02:00
Jan Tojnar a1cbe94831
Merge pull request #218459 from R-VdP/fwupd-1-8-12
fwupd: 1.8.10 -> 1.8.12
2023-03-02 13:08:49 +01:00
Florian Brandes 8281752e39 borgmatic: fix systemd service
due to 2e9f70d496
there is another "sleep", which is now wrongly substituted.

This fixes the error:
Failed to inhibit: Invalid what specification
/nix/store/if12v01xkqladifvk8yqjdpbp6sisg74-coreutils-9.1/bin/sleep:shutdown

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-03-02 13:02:49 +01:00
Martin Weinelt 255f62ed45
Merge pull request #219119 from squalus/librewolf
librewolf: 110.0-1 -> 110.0.1-1
2023-03-02 11:56:37 +00:00
Jan Tojnar 74be655fa9 fwupd,libjcat,libxmlb: remove myself from maintainers 2023-03-02 12:35:49 +01:00
R-VdP 51bcc9df5c fwupd: 1.8.10 -> 1.8.12
Added pandoc as a native build dependency because it is now required to generate the manpages (see https://www.github.com/fwupd/fwupd/pull/5566).

Requires disabling device-tests in our NixOS tests.
They require network access to download emulation data.

https://github.com/fwupd/fwupd/releases/tag/1.8.11
https://github.com/fwupd/fwupd/releases/tag/1.8.12
2023-03-02 12:31:56 +01:00
R-VdP e58bdb61c4 fwupd: Reformat file with nixpkgs-fmt 2023-03-02 12:26:36 +01:00
R-VdP a40e8972a4 fwupd: Use finalAttrs 2023-03-02 12:23:43 +01:00
Maximilian Bosch ae5eab6d59
grafana: 9.3.6 -> 9.4.2
ChangeLog: ae90f73b78/CHANGELOG.md (942-2023-03-02)

Also synced up the `go generate` calls from upstream's Makefile
with our buildscript.

Finally, I removed the `go.{mod,sum}` files from the vendored `xorm` in
`pkg/util`. This was to work around the following build error:

    main module (github.com/grafana/grafana) does not contain package github.com/grafana/grafana/pkg/util/xorm

Not entirely sure why, but I guess that the presence of these files
confused our build-script and it wrongly assumed that
github.com/grafana/.../xorm didn't exist (while a different xorm
according to the values in `go.mod` existed).
2023-03-02 12:08:29 +01:00
José Romildo Malaquias 6ff8c0213d
Merge pull request #219137 from r-ryantm/auto-update/ibm-plex
ibm-plex: 6.1.1 -> 6.2.0
2023-03-02 08:02:01 -03:00
Fabian Affolter 1bb5195140
Merge pull request #219128 from r-ryantm/auto-update/cargo-insta
cargo-insta: 1.26.0 -> 1.28.0
2023-03-02 11:55:51 +01:00
Arian van Putten 17ca3dd2a6
Merge pull request #217852 from justinas/teleport-12
teleport: 11.3.4 -> 12.0.2, reintroduce teleport_11
2023-03-02 11:18:24 +01:00
Luke Granger-Brown b3c09089e4
Merge pull request #215750 from puppe/fix-paperless
nixos/paperless: download NLTK data
2023-03-02 10:00:46 +00:00
Fabian Affolter de7ee23095 cargo-insta: equalize 2023-03-02 10:51:06 +01:00
R. Ryantm 56022cba48 ibm-plex: 6.1.1 -> 6.2.0 2023-03-02 09:51:02 +00:00
Fabian Affolter d37bb6f543 cargo-insta: add changelog to meta 2023-03-02 10:49:44 +01:00
Stanisław Pitucha ccbbe66c21
Merge pull request #180198 from viraptor/ejson2env-update
ejson2env: update script and strip
2023-03-02 20:48:28 +11:00
Stanisław Pitucha 4ebf4f8eac
Merge pull request #218781 from viraptor/ruby-libxml-darwin
rubyPackages.libxml-ruby: fix darwin build
2023-03-02 20:46:29 +11:00
Fabian Affolter f3ddba6673
Merge pull request #219123 from r-ryantm/auto-update/cargo-wasi
cargo-wasi: 0.1.26 -> 0.1.27
2023-03-02 10:43:14 +01:00
Stanisław Pitucha f8d6b68a17
Merge pull request #219117 from wahjava/update-flyctl
flyctl: 0.473 -> 0.474
2023-03-02 20:33:24 +11:00
Yureka 55da71c10e
nixos/nftables: add checkRuleset option (#216531)
* nixos/nftables: add checkRuleset option

* lkl: 2022-05-18 -> 2023-01-27
2023-03-02 10:28:01 +01:00
Fabian Affolter 4224fc6be5
Merge pull request #219098 from marsam/update-pglast
python310Packages.pglast: 5.0 -> 5.1
2023-03-02 10:27:08 +01:00
Fabian Affolter bbad946ddf
Merge pull request #219085 from r-ryantm/auto-update/nfs-ganesha
nfs-ganesha: 4.3 -> 4.4
2023-03-02 10:22:46 +01:00
R. Ryantm 14891ec0d9 cargo-insta: 1.26.0 -> 1.28.0 2023-03-02 08:53:02 +00:00
Marek Fajkus a87b99a3c7
Merge pull request #219057 from avh4/elm-format-0.8.6
elm-format: 0.8.5 -> 0.8.6
2023-03-02 09:37:52 +01:00
Fabian Affolter f74ea5e4c2
Merge pull request #218652 from farcaller/ali
ali: init at 0.7.5
2023-03-02 09:28:21 +01:00
Fabian Affolter ffd3af93ff
Merge pull request #218668 from piperswe/cloudflared-2023.2.2
cloudflared: 2023.2.1 -> 2023.2.2
2023-03-02 09:27:51 +01:00
Fabian Affolter f0a620bd28
cloudflared: equalize 2023-03-02 09:01:47 +01:00
Fabian Affolter a5e6496517
cloudflared: add changelog to meta 2023-03-02 08:59:13 +01:00
Fabian Affolter b04834c267
ali: add changelog to meta 2023-03-02 08:53:00 +01:00
R. Ryantm 9722137ae7 cargo-wasi: 0.1.26 -> 0.1.27 2023-03-02 07:46:51 +00:00
Fabian Affolter 690288fd37
Merge pull request #219061 from fabaff/exploitdb-bump
exploitdb: 2023-02-28 -> 2023-03-01
2023-03-02 08:43:32 +01:00
Fabian Affolter b358c66b1f
Merge pull request #219069 from fabaff/goaccess-bump
goaccess: 1.7 -> 1.7.1
2023-03-02 08:43:21 +01:00