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

616734 commits

Author SHA1 Message Date
Robert Scott ed866611c5
Merge pull request #305627 from pbsds/avro-1713646961
python312Packages.avro: unbreak
2024-04-25 22:19:23 +01:00
Sandro d31958cb39
Merge pull request #301236 from emattiza/update/otel-cli-0-4-5
otel-cli: 0.4.4 -> 0.4.5
2024-04-25 23:14:45 +02:00
Alexis Hildebrandt 14efdd41d5
zoom-us: use makeWrapper to link zoom.us.app into bin/ (#304874)
* zoom-us: use makeWrapper to link zoom.us.app into bin/

* Update pkgs/applications/networking/instant-messengers/zoom-us/default.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-25 22:37:11 +02:00
Sandro 73e7e2108a
Merge pull request #304585 from name-snrl/update-wl-clip-persist
wl-clip-persist: 0.3.1 -> 0.4.0
2024-04-25 22:28:11 +02:00
Robert Scott 7bb2ccd8cd
Merge pull request #306155 from r-ryantm/auto-update/spicedb
spicedb: 1.30.1 -> 1.31.0
2024-04-25 21:15:41 +01:00
Sandro ceb59e436e
Merge pull request #305225 from nix-julia/update-ssw
ssw: 0.8 -> 0.10
2024-04-25 22:13:09 +02:00
Sandro 09a5961b1e
Merge pull request #305819 from konradmalik/mise
mise: 2024.4.0 -> 2024.4.5
2024-04-25 21:57:27 +02:00
Sandro d57f53330e
Merge pull request #304062 from risicle/ris-cassandra-driver-3.29.1
python311Packages.cassandra-driver: 3.28.0 -> 3.29.1
2024-04-25 21:50:44 +02:00
Someone 5e05a5e3c9
Merge pull request #306656 from ShamrockLee/apptainer-format
apptainer, singularity: format Nix expression according to Nix RFC 166
2024-04-25 19:45:51 +00:00
Markus Kowalewski a4abfa2936
Merge pull request #306282 from Lillecarl/franz_friends_wayland
franz+derivatives: Implement NIXOS_OZONE_WL
2024-04-25 19:43:31 +00:00
Pol Dellaiera db0621bad5
Merge pull request #305952 from drupol/mathemagix/init
mathemagix: init at 11126
2024-04-25 21:23:46 +02:00
rewine 10b682b6e5
Merge pull request #304725 from fufexan/hyprland
hyprland: 0.38.1 -> 0.39.1
2024-04-26 02:16:07 +08:00
superherointj db1d084a0a
Merge pull request #306723 from alyssais/patchutils-musl
pkgsMusl.patchutils_0_4_2: fix build
2024-04-25 15:12:22 -03:00
Pol Dellaiera 89476df30e
Merge pull request #306777 from r-ryantm/auto-update/jan
jan: 0.4.11 -> 0.4.12
2024-04-25 20:11:20 +02:00
superherointj 6def96eff4
Merge pull request #306764 from r-ryantm/auto-update/erlang-ls
erlang-ls: 0.51.0 -> 0.52.0
2024-04-25 15:08:44 -03:00
Maciej Krüger 349fa7233f
Merge pull request #306272 from mkg20001/fluffy
fluffychat: fix sqlite3 library missing
2024-04-25 19:48:45 +02:00
superherointj 9603f963f5
Merge pull request #306549 from astindev/discloud
vscode-extensions.discloud.discloud: init 2.21.2
2024-04-25 14:25:14 -03:00
Diogo 0fc77d811d vscode-extensions.discloud.discloud: init 2.21.2
Release: https://github.com/discloud/vscode-discloud/releases/tag/2.21.2
2024-04-25 16:30:04 +00:00
Diogo b3145763b9 maintainers: adding asindev 2024-04-25 16:28:12 +00:00
Thiago Kenji Okada 3a23d44ac8
Merge pull request #306652 from atorres1985-contrib/snes9x
snes9x: 1.62.3 -> 1.62.3-unstable-2024-04-22
2024-04-25 17:27:41 +01:00
Bobby Rong e009f41e31
Merge pull request #306257 from Vonfry/fcitx5-5.1.9
fcitx5: 5.1.8 -> 5.1.9 and its addons
2024-04-26 00:26:36 +08:00
Artturi e042cb02d0
Merge pull request #306799 from Artturin/vintagestupd1
vintagestory: 1.19.5 -> 1.19.7
2024-04-25 19:19:49 +03:00
Adam C. Stephens bf182c39d9
Merge pull request #306044 from adamcstephens/slimserver/8.5.1
slimserver: 8.5.0 -> 8.5.1
2024-04-25 11:29:45 -04:00
Martin Weinelt a1030cf5ac
Merge pull request #306640 from pyrox0/prometheus-exporter-with-removal
nixos/prometheus/exporters: Remove all `with lib;` usage
2024-04-25 17:25:34 +02:00
Fabian Affolter 7a766aaba5
Merge pull request #306778 from Misaka13514/bump-nuclei
nuclei: 3.2.4 -> 3.2.5
2024-04-25 17:16:30 +02:00
Artturin 23490fbc6b vintagestory: 1.19.5 -> 1.19.7 2024-04-25 18:10:40 +03:00
Kyle Carberry 73c3aa5bd0
coder: fix update script to use highest stable version (#306284)
* coder: use highest stable version not latest version

This would previously fetch 2.9.4 instead of 2.10.3 if 2.9.4 was
released afterwards. Coder frequently releases patches for older
versions, so we must sort by version.

This same pattern is done in their install script.

* Update pkgs/development/tools/coder/update.sh

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-04-25 11:58:11 -03:00
Artturi 14fefb3ffd
Merge pull request #300740 from seanybaggins/new-package-iscc
iscc: init at 6.2.2
2024-04-25 17:41:27 +03:00
R. RyanTM 2040106791
klipper: unstable-2024-04-15 -> unstable-2024-04-20 (#306646) 2024-04-25 18:28:16 +04:00
Nick Cao f9b3812f4d
Merge pull request #306757 from r-ryantm/auto-update/supabase-cli
supabase-cli: 1.162.6 -> 1.163.4
2024-04-25 10:27:20 -04:00
Nick Cao e8ac655c8b
Merge pull request #306758 from r-ryantm/auto-update/pspg
pspg: 5.8.4 -> 5.8.5
2024-04-25 10:26:51 -04:00
Nick Cao 7c5506f3b8
Merge pull request #306769 from r-ryantm/auto-update/bee
bee: 2.0.0 -> 2.0.1
2024-04-25 10:26:13 -04:00
Nick Cao 23234658e6
Merge pull request #306722 from r-ryantm/auto-update/bundletool
bundletool: 1.15.6 -> 1.16.0
2024-04-25 10:23:37 -04:00
Nick Cao 831d6855fb
Merge pull request #306728 from r-ryantm/auto-update/gigalixir
gigalixir: 1.12.0 -> 1.12.1
2024-04-25 10:23:00 -04:00
Nick Cao c13aff5eab
Merge pull request #306729 from iynaix/bump-brave
brave: 1.65.114 -> 1.65.122
2024-04-25 10:22:28 -04:00
Nick Cao ec01dd456a
Merge pull request #306733 from r-ryantm/auto-update/kubelogin
kubelogin: 0.1.2 -> 0.1.3
2024-04-25 10:21:53 -04:00
Nick Cao 1e8032c8c5
Merge pull request #306735 from r-ryantm/auto-update/python311Packages.sshfs
python311Packages.sshfs: 2023.10.0 -> 2024.4.1
2024-04-25 10:21:10 -04:00
Paul Meyer 16a4f6275f
Merge pull request #306572 from r-ryantm/auto-update/python311Packages.dnf-plugins-core
python311Packages.dnf-plugins-core: 4.6.0 -> 4.7.0
2024-04-25 16:19:59 +02:00
Nick Cao c1e44ddb88
Merge pull request #306744 from aaronjheng/mongosh
mongosh: 2.2.4 -> 2.2.5
2024-04-25 10:19:25 -04:00
Nick Cao 4d26c27d75
Merge pull request #306685 from r-ryantm/auto-update/protonup-qt
protonup-qt: 2.9.1 -> 2.9.2
2024-04-25 10:15:49 -04:00
Nick Cao 8436af3701
Merge pull request #306688 from r-ryantm/auto-update/python311Packages.flake8-bugbear
python311Packages.flake8-bugbear: 24.2.6 -> 24.4.21
2024-04-25 10:15:11 -04:00
Nick Cao 823a9aba2a
Merge pull request #306689 from r-ryantm/auto-update/typos
typos: 1.20.9 -> 1.20.10
2024-04-25 10:14:30 -04:00
Nick Cao 882c7efc96
Merge pull request #306694 from r-ryantm/auto-update/speedtest-go
speedtest-go: 1.6.10 -> 1.6.11
2024-04-25 10:13:44 -04:00
Nick Cao c89bfde3c3
Merge pull request #306698 from r-ryantm/auto-update/twitch-tui
twitch-tui: 2.6.6 -> 2.6.7
2024-04-25 10:13:00 -04:00
Nick Cao 59eb52e4a8
Merge pull request #306699 from r-ryantm/auto-update/sickgear
sickgear: 3.30.17 -> 3.30.18
2024-04-25 10:12:26 -04:00
lewo c09c3c906e
Merge pull request #305247 from r-ryantm/auto-update/terraform-plugin-docs
terraform-plugin-docs: 0.18.0 -> 0.19.1
2024-04-25 16:12:12 +02:00
Nick Cao 6097cdedf0
Merge pull request #306710 from r-ryantm/auto-update/python311Packages.types-redis
python311Packages.types-redis: 4.6.0.20240417 -> 4.6.0.20240425
2024-04-25 10:11:41 -04:00
Nick Cao 0e2631ad73
Merge pull request #306715 from r-ryantm/auto-update/wiremock
wiremock: 3.5.3 -> 3.5.4
2024-04-25 10:11:09 -04:00
Nick Cao 2df397b207
Merge pull request #306660 from r-ryantm/auto-update/cassowary
cassowary: 0.16.0 -> 0.17.0
2024-04-25 10:09:05 -04:00
Nick Cao ba341ddf46
Merge pull request #306661 from r-ryantm/auto-update/codux
codux: 15.23.1 -> 15.25.0
2024-04-25 10:08:25 -04:00