R. RyanTM and Jonathan Ringer
f4106dbca7
kubelogin-oidc: 1.23.1 -> 1.23.2
2021-05-21 19:41:41 -07:00
R. RyanTM and Jonathan Ringer
3b8e46b025
cni: 0.8.0 -> 0.8.1
2021-05-21 19:40:14 -07:00
R. RyanTM and Jonathan Ringer
24fda1e03f
burpsuite: 2021.4.2 -> 2021.5.1
2021-05-21 19:39:46 -07:00
Bart Brouns and Jonathan Ringer
8c9a799bca
ardour: 6.5 -> 6.7
2021-05-21 19:14:01 -07:00
sophrosyne97 and Jonathan Ringer
f55c2cd9cd
hobbes: fix build error
2021-05-21 19:09:44 -07:00
notusknot and Jonathan Ringer
1c4571cf46
vimPlugins.bracey-vim: init at 2021-05-11
2021-05-21 19:08:38 -07:00
notusknot and Jonathan Ringer
07ae0b47e3
vimPlugins: update
2021-05-21 19:08:38 -07:00
polygon and Jonathan Ringer
b74dbf111b
calibre-web: Update dependency version
...
Babel requirement is <2.9 and nixpkgs provides 2.9.0
Updated the requirement definition. Upstream did this as well and
according to the Babel changelogs, there were no breaking changes
between 2.8 and 2.9. Server started up properly, no functionality
test, though.
2021-05-21 19:02:10 -07:00
Mario Rodas and GitHub
6bf9e13e82
Merge pull request #123855 from marsam/update-grpc
...
grpc: 1.37.1 -> 1.38.0
2021-05-21 20:53:20 -05:00
Mario Rodas and GitHub
f8f366c44c
Merge pull request #123947 from r-ryantm/auto-update/bazelisk
...
bazelisk: 1.8.1 -> 1.9.0
2021-05-21 20:50:40 -05:00
Jonathan Ringer and Jonathan Ringer
3f32731630
gpt2tc: 2020-12-30 -> 2021-04-24, fix build
2021-05-21 18:13:24 -07:00
R. RyanTM
4596f603b1
bazelisk: 1.8.1 -> 1.9.0
2021-05-22 00:53:56 +00:00
Robert Schütz and Matthieu Coudron
b4fd56d50b
moc: always use newest ffmpeg
2021-05-22 02:47:45 +02:00
Robin Gloster and GitHub
9971c5d1a4
Merge pull request #123939 from mweinelt/batman-adv
...
batman-adv: 2021.0 -> 2021.1
2021-05-21 18:48:52 -05:00
Sumner Evans and Jonathan Ringer
15edb65bae
pr-tracker: init at 1.0.0
2021-05-21 16:45:35 -07:00
Fabian Affolter and Jonathan Ringer
5d2076cb08
python3Packages.aiodiscover: 1.4.0 -> 1.4.2
2021-05-21 16:36:48 -07:00
Michael Weiss and Jonathan Ringer
9452353abf
intel-media-driver: 21.2.0 -> 21.2.1
2021-05-21 16:34:48 -07:00
Bruno Bigras and Jonathan Ringer
7ca9156861
cloudflared: 2021.5.7 -> 2021.5.9
2021-05-21 16:30:44 -07:00
Ben Wolsieffer and Jonathan Ringer
cd49262ab2
octomap: 1.9.6 -> 1.9.7
2021-05-21 16:29:30 -07:00
蛇崩乃音 and Jonathan Ringer
c6913eeb39
tailscale: 1.8.3 -> 1.8.5
2021-05-21 16:21:26 -07:00
Jonathan Ringer and Jonathan Ringer
5b61edfe47
docs/release-notes: mention ati_drivers_x11 removal
2021-05-21 16:16:48 -07:00
Jonathan Ringer and Jonathan Ringer
ced04640c7
nixos/video: remove obsolete ati modules
2021-05-21 16:16:48 -07:00
Martin Weinelt
b49bd8db30
batman-adv: 2021.0 -> 2021.1
2021-05-22 00:31:57 +02:00
Jan Tojnar
a420acab1e
release notes: Mention automated gnomeExtensions
...
https://github.com/NixOS/nixpkgs/pull/118232
2021-05-21 23:53:16 +02:00
Martin Weinelt and GitHub
71fb79ee6b
Merge pull request #123828 from Lassulus/solanum2
...
nixos/solanum: init
2021-05-21 23:23:01 +02:00
David and Raphael Megzari
454255ee58
rebar3: 3.15.1 -> 3.16.0
2021-05-22 06:19:50 +09:00
davidak and GitHub
3ff0ef5666
Merge pull request #121809 from rvolosatovs/init/stt
...
Deprecate deepspeech in favor of stt
2021-05-21 23:19:29 +02:00
Maximilian Bosch and GitHub
b184f0b0b7
Merge pull request #123919 from fabaff/bump-ipinfo
...
ipinfo: 1.1.4 -> 1.1.5
2021-05-21 23:18:52 +02:00
Maximilian Bosch and GitHub
a2379c69a4
Merge pull request #122833 from helsinki-systems/feat/prometheus-metric-relabel
...
nixos/prometheus: Add support for metric relabeling
2021-05-21 23:13:41 +02:00
piegames and Jan Tojnar
b642ac7b70
gnome: Package all the GNOME extensions
...
An automatic way to do this that scales up and requires little manual intervention is really needed. It works by scraping extensions.gnome.org with a python script, that writes all relevant information into the `extensions.json`. Every attribute of besaid file can be built into a package using `buildShellExtension`.
Extensions are grouped by GNOME Shell version for practical reasons. Only extensions for GNOME 40 and 3.38 were added, as we don't support legacy GNOME versions.
The extensions are exposed as an attrset, `pkgs.gnome40Extensions` and `pkgs.gnome38Extensions` respectively. The package name of each extensions is generated automatically from its UUID.
The attribute `pkgs.gnomeExtensions` contains the officially packaged and supported extensions set. It contains all the automatically packaged extensions for the current GNOME Shell version, which are overwritten by manually packaged ones where needed. Unlike gnomeXYExtensions, the names are not UUIDs, but automatically generated human-friendly names. Naming collisions – which are tracked in collisions.json – need to be manually resolved in the `extensionRenames` attrset.
2021-05-21 23:10:12 +02:00
piegames and Jan Tojnar
1085727d81
gnomeExtensions: move dropped extensions next to aliases
2021-05-21 23:06:39 +02:00
lassulus
48c16e48aa
nixos/solanum: init
2021-05-21 23:06:38 +02:00
Maximilian Bosch and GitHub
12a9bd6fb8
Merge pull request #123457 from jack-michaud/betterlockscreen-3.1.0
...
betterlockscreen: 3.0.1 -> 3.1.0
2021-05-21 23:03:04 +02:00
Maximilian Bosch and GitHub
eafe777836
Merge pull request #123921 from acairncross/fix-nbval
...
python3Packages.nbval: Skip failing tests
2021-05-21 22:57:57 +02:00
Anderson Torres and GitHub
e604947beb
Merge pull request #123859 from AndersonTorres/new-emacs-modes
...
Update Elisp packages infrastructure
2021-05-21 17:54:16 -03:00
Maximilian Bosch and GitHub
15a95d3466
Merge pull request #123870 from beardhatcode/bump/nextcloud
...
nextcloud: 21.0.1 -> 21.0.2
2021-05-21 22:49:37 +02:00
Martin Weinelt and GitHub
56fc40adfe
Merge pull request #122893 from piegamesde/update-appservice-irc
...
matrix-appservice-irc: 0.25.0 -> 0.26.0
2021-05-21 22:36:21 +02:00
Fabian Affolter and GitHub
630b43c77f
Merge pull request #123864 from jonringer/bump-pybids
...
python3Packages.pybids: 0.12.4 -> 0.13
2021-05-21 22:25:44 +02:00
Maximilian Bosch and GitHub
5dbd28d754
Merge pull request #123009 from deviant/fix-mailman-doc-links
...
nixos/mailman: fix documentation option links
2021-05-21 22:00:47 +02:00
Fabian Affolter
77be0fbd81
ipinfo: 1.1.4 -> 1.1.5
2021-05-21 21:59:46 +02:00
Aiken Cairncross
455832e090
python3Packages.nbval: Skip failing tests
2021-05-21 20:52:20 +01:00
Sandro and GitHub
ea422282d6
Merge pull request #123869 from plumelo/feature/avocode-fix
...
avocode: add missing deps
2021-05-21 21:24:11 +02:00
Sandro and GitHub
9eac827b9f
Merge pull request #122730 from johnrichardrinehart/pkgs/development/tools/wally-cli/default.nix
2021-05-21 21:20:27 +02:00
Sandro and GitHub
38b6fd832a
Merge pull request #123879 from jojosch/matrix-synapse-plugin-mjolnir-antispam
...
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: init at 0.1.17
2021-05-21 21:08:06 +02:00
Fabian Affolter and GitHub
aa8e75fd2d
Merge pull request #123887 from chivay/bump-karton-asciimagic
...
pythonPackages.karton-asciimagic: 1.0.1 -> 1.1.0
2021-05-21 21:05:48 +02:00
Sandro and GitHub
27ae58a721
Merge pull request #123908 from Ma27/bump-grafana
...
grafana: 7.5.6 -> 7.5.7
2021-05-21 21:04:42 +02:00
Jacek Galowicz and GitHub
5d05391846
Merge pull request #123823 from misuzu/test-driver-usb-boot-speedup
...
nixos/test-driver: use usb-ehci controller instead of piix3-usb-uhci
2021-05-21 20:47:47 +02:00
Robert Schütz and GitHub
da4a86ac3d
Merge pull request #123366 from dotlambda/linphone-ffmpeg
...
linphone: use ffmpeg instead of ffmpeg_3
2021-05-21 20:44:36 +02:00
Robert Schütz and GitHub
b65a64086f
libsForQt5.applet-window-buttons: 0.8.1 -> 0.9.0 ( #122611 )
...
https://github.com/psifidotos/applet-window-buttons/releases/tag/0.9.0
2021-05-21 20:36:38 +02:00
Robert Schütz and GitHub
68f959ddef
Merge pull request #121825 from dotlambda/drf-jwt-init
...
pythonPackages.drf-jwt: init at 1.19.0
2021-05-21 20:33:40 +02:00