Commit Graph

567723 Commits

Author SHA1 Message Date
maxine
bd063a26b6
Merge pull request #279289 from r-ryantm/auto-update/godns
godns: 3.0.4 -> 3.0.5
2024-01-07 14:53:39 +01:00
maxine
047664d6f6
Merge pull request #279296 from r-ryantm/auto-update/home-manager
home-manager: unstable-2023-12-31 -> unstable-2024-01-05
2024-01-07 14:53:27 +01:00
maxine
db38234e18
Merge pull request #279298 from r-ryantm/auto-update/infisical
infisical: 0.16.3 -> 0.16.7
2024-01-07 14:53:14 +01:00
maxine
5121a4f4f6
Merge pull request #279327 from r-ryantm/auto-update/templ
templ: 0.2.501 -> 0.2.513
2024-01-07 14:53:04 +01:00
Sergei Trofimovich
396995f006 valhalla: upstream fix for gcc-13 build
Without the change `valhalla` build fails on `staging-next` as
https://hydra.nixos.org/build/245511803:

    /build/source/src/baldr/transitdeparture.cc: In constructor 'valhalla::baldr::TransitDeparture::TransitDeparture(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, bool, bool)':
    /build/source/src/baldr/transitdeparture.cc:24:16: error: 'runtime_error' is not a member of 'std'
       24 |     throw std::runtime_error("TransitDeparture: Exceeded maximum transit line Ids per tile");
          |                ^~~~~~~~~~~~~
    /build/source/src/baldr/transitdeparture.cc:3:1: note: 'std::runtime_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
        2 | #include "midgard/logging.h"
      +++ |+#include <stdexcept>
2024-01-07 13:45:09 +00:00
Fabian Affolter
9ceeed4ccf python311Packages.aiowithings: 2.0.0 -> 2.1.0
Diff: https://github.com/joostlek/python-withings/compare/refs/tags/v2.0.0...v2.1.0

Changelog: https://github.com/joostlek/python-withings/releases/tag/v2.1.0
2024-01-07 14:21:18 +01:00
Fabian Affolter
d6b045fcc3
Merge pull request #279319 from fabaff/cnspec-bump
cnspec: 9.12.3 -> 9.13.0
2024-01-07 14:14:55 +01:00
R. Ryantm
4f809c6c67 moar: 1.18.6 -> 1.21.0 2024-01-07 13:13:59 +00:00
Maciej Krüger
c98715044f
Merge pull request #273195 from nbraud/mpvScripts/updateScript
mpvScripts: Add `updateScript` to (almost) every drv
2024-01-07 14:01:02 +01:00
R. Ryantm
7cb3f2ddba minio-client: 2023-10-30T18-43-32Z -> 2024-01-05T05-04-32Z 2024-01-07 13:00:48 +00:00
Maciej Krüger
95eb67cecc
Merge pull request #273859 from nbraud/mpvScripts/reload
mpvScripts.reload: init at `unstable-2022-01-27`
2024-01-07 13:57:02 +01:00
Maciej Krüger
5e34f283b2
Merge pull request #273857 from nbraud/mpvScripts/quack
mpvScripts.quack: init at unstable-2020-05-26
2024-01-07 13:56:42 +01:00
Maciej Krüger
c931d73fba
Merge pull request #276499 from nbraud/nixos/pam/ssh-agent-auth
nixos/pam: Add assertion for SSH-agent auth
2024-01-07 13:54:27 +01:00
sternenseemann
c7efe762fe
Merge pull request #278674 from NixOS/haskell-updates
haskellPackages: update hackage and stackage
2024-01-07 13:47:37 +01:00
Daniel Nagy
454a9d84cf
emacs.pkgs.wat-mode: convert to melpaBuild
Tracking issue #278925
2024-01-07 13:45:00 +01:00
Felix Bühler
3bd996c1ea
Merge pull request #279334 from Stunkymonkey/mir-eval-normalize
python311Packages.mir-eval: rename from mir_eval
2024-01-07 13:37:06 +01:00
Pavol Rusnak
cca6c840fb
Merge pull request #279332 from Stunkymonkey/mac-alias-normalize 2024-01-07 13:34:29 +01:00
maxine
7e35e26668
Merge pull request #279315 from bobby285271/upd/gnome
GNOME updates 2024-01-07
2024-01-07 13:13:32 +01:00
Felix Buehler
fd33bbc7af python311Packages.spark-parser: rename from spark_parser 2024-01-07 13:12:28 +01:00
Thomas Gerbet
5570f4ba1e
Merge pull request #231828 from Intuinewin/filezilla
libfilezilla: 0.41.0 -> 0.45.0; filezilla: 3.63.1 -> 3.66.4
2024-01-07 13:05:57 +01:00
oddlama
c6394f7c41
typesense: fix test failure due to initialization timing 2024-01-07 13:04:59 +01:00
Thomas Gerbet
88f163d662
Merge pull request #277573 from Linschlager/rider2332
jetbrains: 2023.3.1 -> 2023.3.2
2024-01-07 13:00:18 +01:00
Felix Buehler
f85116aa0d python311Packages.sysv-ipc: rename from sysv_ipc 2024-01-07 12:56:43 +01:00
Sergei Trofimovich
b294316d50 alacritty-theme: fix install by packaging *.toml files
Without the change `alacritty-tmeme` fails the build in `master` as:

    $ nix build --no-link -f. -L alacritty-theme
    Running phase: unpackPhase
    unpacking source archive /nix/store/fspc2v4jrpfx30avp5aagfigq0vhy8pz-source
    source root is source/themes
    Running phase: patchPhase
    Running phase: updateAutotoolsGnuConfigScriptsPhase
    Running phase: installPhase
    install: missing file operand
    Try 'install --help' for more information.
2024-01-07 11:54:03 +00:00
Felix Buehler
e5597afc62 python311Packages.ufolib2: rename from ufoLib2 2024-01-07 12:49:48 +01:00
Fabian Affolter
853037bbb0 python311Packages.pystatgrab: init at 0.7.2
Python bindings for libstatgrab

https://github.com/libstatgrab/pystatgrab
2024-01-07 12:32:15 +01:00
sternenseemann
591be17f68 Merge remote-tracking branch 'origin/master' into haskell-updates 2024-01-07 12:28:20 +01:00
Ludovico Piero
0668d34101
difftastic: 0.53.1 -> 0.54.0
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-01-07 20:27:14 +09:00
Thomas Gerbet
24fe8bb4f5
Merge pull request #266312 from helsinki-systems/upd/exim
exim: 4.96.2 -> 4.97.1
2024-01-07 12:22:52 +01:00
Brendan Golden
f7c25138ea nixos/bitwarden-directory-connector: init at version
Added the module to use bitwarden-directory-connector.
2024-01-07 11:22:31 +00:00
Brendan Golden
57b09a855f bitwarden-directory-connector: init at 2023.10.0
Adding the offical LDAP connecter for Bitwarden.
2024-01-07 11:22:31 +00:00
Thomas Gerbet
5fa2fe4bff
Merge pull request #279279 from r-ryantm/auto-update/wch-isp
wch-isp: 0.3.0 -> 0.4.0
2024-01-07 12:16:44 +01:00
R. Ryantm
6dca6dc2f0 micronaut: 4.2.2 -> 4.2.3 2024-01-07 11:12:52 +00:00
sternenseemann
e650bbd6eb haskell.packages.ghc90.ghc-tags: 1.5 -> 1.6
The GHC 9.0 package set uses ghc-lib 9.4.*
2024-01-07 12:12:47 +01:00
7c6f434c
d862db7c86
Merge pull request #277383 from hraban/sbcl-2.4.0
sbcl: 2.3.11 -> 2.4.0
2024-01-07 11:11:52 +00:00
sternenseemann
6652baf493 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1803414](https://hydra.nixos.org/eval/1803414) of nixpkgs commit [2676ce5](2676ce5a9a) as of 2024-01-07 10:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-01-07 12:08:50 +01:00
Felix Buehler
0e7499d407 python311Packages.mir-eval: rename from mir_eval 2024-01-07 12:07:17 +01:00
R. Ryantm
1b8764b40a memtree: unstable-2023-11-22 -> unstable-2024-01-04 2024-01-07 11:04:39 +00:00
Felix Buehler
3985a7581c python311Packages.mac-alias: rename from mac_alias 2024-01-07 12:01:54 +01:00
Stanisław Pitucha
f63f7f6bf6
Merge pull request #279284 from viraptor/nam-lv2
neural-amp-modeler-lv2: init at 0.1.3
2024-01-07 21:56:50 +11:00
Felix Bühler
13f8cd7da2
Merge pull request #279225 from Stunkymonkey/keepkey-agent-normalize
keepkey-agent,python311Packages.keepkey-agent: rename from keepkey_agent
2024-01-07 11:55:41 +01:00
Jörg Thalheim
6e279f5c5a
Merge pull request #279146 from alyssais/udmabuf
linux: enable UDMABUF
2024-01-07 11:54:35 +01:00
Felix Bühler
65231f01b3
Merge pull request #279201 from Stunkymonkey/gradient-statsd-normalize
python311Packages.gradient-statsd: rename from gradient_statsd
2024-01-07 11:54:27 +01:00
sternenseemann
5c4b00560c haskellPackages.typst: temporarily disable on Hydra
Unfortunately we have a disagreement between Stackage LTS and what
pandoc needs for typst-symbols.
2024-01-07 11:50:57 +01:00
R. Ryantm
1fe98d8b20 maskromtool: 2023-12-07 -> 2024-01-1 2024-01-07 10:49:24 +00:00
Jörg Thalheim
39805096cb
Merge pull request #268394 from Madouura/pr/bcachefs
[24.05] linux_testing_bcachefs: fully deprecate in favor of 'linux_testing'
2024-01-07 11:45:27 +01:00
sternenseemann
b7c875b492 haskellPackages.pantry_0_9_3_1: don't test in default package set 2024-01-07 11:45:19 +01:00
Jörg Thalheim
db59d03371
Merge branch 'master' into pr/bcachefs 2024-01-07 11:40:30 +01:00
Fabian Affolter
12c489d36b
Merge pull request #279245 from fabaff/google-cloud-firestore-bump
python311Packages.google-cloud-firestore: 2.13.1 -> 2.14.0
2024-01-07 11:33:38 +01:00
Fabian Affolter
6807264885
Merge pull request #279241 from fabaff/google-cloud-error-reporting-bump
python311Packages.google-cloud-error-reporting: 1.9.2 -> 1.10.0
2024-01-07 11:33:30 +01:00