Commit Graph

72903 Commits

Author SHA1 Message Date
Daniel Olsen
d224903d16 hydrus: 477 -> 478 2022-03-24 17:25:00 +01:00
davidak
6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Ryan Mulligan
b27a002344
Merge pull request #165329 from r-ryantm/auto-update/werf
werf: 1.2.77 -> 1.2.78
2022-03-24 07:58:24 -07:00
Ryan Mulligan
994642544e
Merge pull request #165594 from r-ryantm/auto-update/marvin
marvin: 22.7.0 -> 22.8.0
2022-03-24 07:57:52 -07:00
Ryan Mulligan
85d606f54e
Merge pull request #165595 from r-ryantm/auto-update/cmctl
cmctl: 1.7.1 -> 1.7.2
2022-03-24 07:57:34 -07:00
R. Ryantm
5385b2c2dd helmfile: 0.143.1 -> 0.143.3 2022-03-24 14:43:54 +00:00
Savanni D'Gerinel
7f1f6eeffb nixos/1password-gui: init at 8.6.0
Browser Integration requires setgid and setuid programs, which needs to be done in the system configuration.

This is cleaner than the ad-hoc ways we have to set things up for platforms without a global configuration file.
2022-03-24 10:13:43 -04:00
R. Ryantm
91e6099118 fceux: 2.6.3 -> 2.6.4 2022-03-24 12:59:36 +00:00
R. Ryantm
81a80c69f7 cmctl: 1.7.1 -> 1.7.2 2022-03-24 10:38:19 +00:00
R. Ryantm
a7f7b6977f marvin: 22.7.0 -> 22.8.0 2022-03-24 10:35:36 +00:00
Maxine Aubrey
ae79018c44
docker: 20.10.13 -> 20.10.14
https://docs.docker.com/engine/release-notes/#201014
2022-03-24 10:50:48 +01:00
zowoq
508549156c containerd: 1.6.1 -> 1.6.2
https://github.com/containerd/containerd/releases/tag/v1.6.2
2022-03-24 19:23:45 +10:00
Vincent Laporte
3d0a9d1668 coq_8_15: 8.15.0 → 8.15.1 2022-03-24 10:17:42 +01:00
zowoq
2d2fd406c4 crun: 1.4.3 -> 1.4.4
https://github.com/containers/crun/releases/tag/1.4.4
2022-03-24 18:27:06 +10:00
Peter Romfeld
edd6f77fff
kubent: init at 0.5.1 2022-03-24 10:26:22 +02:00
Bobby Rong
3e6fb7d3b9
Merge pull request #165565 from bobby285271/fractal
fractal: fix build with meson 0.61
2022-03-24 16:13:27 +08:00
Bobby Rong
a13c1e2763 sound-juicer: fix build with meson 0.61 2022-03-24 16:11:38 +08:00
Jörg Thalheim
ee2623e2c7
Merge pull request #165548 from equirosa/signal-desktop
signal-desktop: 5.35.0 -> 5.36.0
2022-03-24 07:59:03 +00:00
barinov274
a0a4650d54 unigine-heaven: init at 4.0 2022-03-24 16:42:28 +10:00
Bobby Rong
afb5dfaf07
fractal: fix build with meson 0.61 2022-03-24 14:06:23 +08:00
Artturi
1edbe1754f
Merge pull request #163701 from tams/obsidian-protocol-handler 2022-03-24 06:13:50 +02:00
Eduardo Quiros
73faeff43e
signal-desktop: 5.35.0 -> 5.36.0 2022-03-23 21:13:31 -06:00
techknowlogick
7b2b00c571 gitea: 1.16.4 -> 1.16.5 2022-03-23 22:32:56 -04:00
Ivv
9fb449b2d9
Merge pull request #164887 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.76 -> 1.1.77
2022-03-24 01:09:21 +01:00
Felix Buehler
3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
Felix Buehler
e0476d93fe treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
Luz
9e0b2d7288 hexdino: 0.1.0 -> 0.1.1 2022-03-23 22:13:28 +01:00
Martin Weinelt
b3529accfb
firefox: reformat, sort, cleanup
It is normal for such a large derivation to accumulate mixed codestyles
over all those years making it harder to maintain.

By splitting up dependencies to one per line I noticed two unused
dependencies (hunspell, sqlite) that were removed in this change.

Also most lists are now sorted alphabetically, so reasoning about them
has become much easier.

Lists now use the same style for indentation and concat, and environment
variables are all defined in preConfigure as opposed to bare in the
derivation.

The object dir, firefox build directory, is now in a predictable
directory at ${pwd}/mozobj as opposed to ${pwd}/obj-@CONFIG_GUESS@,
saving us one wildcard expansion. This is also a good prepration for the
PGO build where we need to reference bits inside this directory.

Added a few comments and clarified others from what I've learned how the
firefox build works.
2022-03-23 17:03:42 +01:00
Martin Weinelt
178d447610
firefox: pass pciutils via wrapper instead of patching it 2022-03-23 17:03:42 +01:00
Martin Weinelt
51e5f33899
firefox: fix system libffi usage
Since Firefox 51 the --enable-system-ffi flag was renamed to
--with-systemd-ffi when it moved to the javascript toolkit parts. Rename
the flag accordingly and reintroduce the dependency.

mozbz#1294803
2022-03-23 17:03:41 +01:00
Martin Weinelt
08ea534e67
firefox: drop darwin support
Darwin support was marked broken in 2019 with Firefox 69 and has missed
therefore missed out and not been tested on the following 29 major
releases since.

It cannot be supported again without a darwin user stepping up to take
care and work on and test every major release, which hasn't happened
since I took over maintainership.

The recommendation of the people that tend to the firefox source build
is for darwin users to use firefox-bin instead.
2022-03-23 17:03:41 +01:00
Martin Weinelt
71d879b16b
firefox: drop pipewire from build inputs
Firefox does not support passing pipewire as a system library and
instead relies on a vendored copy it ships. We keep the flag because it
is tied into the wrapper, because we still need to have access to its
libraries at runtime.
2022-03-23 17:03:41 +01:00
Martin Weinelt
48eabf6838
firefox: drop hint regarding system cairo
Building with system cairo has been unsupported since Firefox 60
(mozbz#1432751) and the flag was removed in 2021 with Firefox 92
(mozbz#1722653).
2022-03-23 17:03:41 +01:00
Martin Weinelt
25e22d96ba
firefox: enable necko wifi scanner
Tied to the geolocation support flag. On Linux this uses the DBus
interface of NetworkManager to query visible accesspoints and relay them
to Mozilla location service in return for position approximation.
2022-03-23 17:03:41 +01:00
Martin Weinelt
e921e84e9d
firefox: don't set BUILD_OFFICIAL
It was removed in 2009 in favor of MOZILLA_OFFICIAL

mozbz#435923
2022-03-23 17:03:40 +01:00
Martin Weinelt
cfcc611cb4
firefox: use our own libwebp 2022-03-23 17:03:40 +01:00
Martin Weinelt
2f31fe95fd
firefox: rename patches arg to extraPatches
This is for consistency with other extra arguments that can be handed to
firefox common.nix.

Also pull the patch phase of the derivation closer together and use the
same list concat style as elsewhere.
2022-03-23 17:03:40 +01:00
Martin Weinelt
350f1345a7
firefox: unpin autoconf & icu, drop yasm
Let's not be the package that is stuck on arbitrarily old dependency
versions that should be removed anyway.
2022-03-23 17:03:40 +01:00
Jörg Thalheim
68f2f2cc23
Merge pull request #165447 from bobby285271/gnome-podcasts
gnome-podcasts: fix build with meson 0.61
2022-03-23 13:52:57 +00:00
Jan van Brügge
0391279c24
isabelle: Add isabelle-linter as optional component 2022-03-23 14:47:21 +01:00
markuskowa
3095b43655
Merge pull request #165368 from sikmir/gnuastro
gnuastro: init at 0.17
2022-03-23 13:04:04 +01:00
Sandro
14ac231936
Merge pull request #165145 from OPNA2608/update/corrscope 2022-03-23 12:20:04 +01:00
Bobby Rong
adc5c392f4
gnome-podcasts: fix build with meson 0.61 2022-03-23 19:10:59 +08:00
Rien Maertens
3d635629be
python3Packages.notmuch2: init at 0.35 2022-03-23 11:04:27 +01:00
Rien Maertens
da2a5558ab
alot: fix ModuleNotFoundError of '_notmuch_config' 2022-03-23 10:55:45 +01:00
florian on nixos (Florian Brandes)
6eb2adefda
octoprint: fix build due to black
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-23 10:52:55 +01:00
Sandro
568a402fc4
Merge pull request #165273 from alyssais/cgit-pink-1.3.0 2022-03-23 10:41:35 +01:00
Sandro
f25337c6ef
autokey: delete unused patch 2022-03-23 10:12:40 +01:00
Federico Beffa
974ede575b xfig: Install icons and fix desktop file
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 09:25:40 +01:00
K900
ddcca20594
n8n: 0.168.1 → 0.169.0 (#165066)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 08:19:10 +01:00
OPNA2608
0880b7eae1 corrscope: 0.7.1 -> 0.8.0 2022-03-23 08:14:17 +01:00
Bernardo Meurer
02ec7d6673
Merge pull request #165350 from mweinelt/firefox
firefox{,-bin}: 98.0.1 -> 98.0.2
2022-03-22 22:14:24 -07:00
github-actions[bot]
247c94fc6a terraform-providers: update 2022-03-23 2022-03-23 15:09:54 +10:00
Sandro
8f0607cab8
Merge pull request #165311 from tfmoraes/zettlr-2.2.4 2022-03-23 05:52:30 +01:00
Francesco Gazzetta
f40327ce40
hut: init at unstable-2022-03-02 (#162663)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:51:47 +01:00
Chuang Zhu
e9c91a137a
gotktrix: init at 0.1.1 (#162571)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:50:12 +01:00
Nikolay Korotkiy
d9d3fe9b7c
gnuastro: init at 0.17 2022-03-23 07:37:18 +03:00
Sandro
7c641c7a5d
Merge pull request #165351 from babbaj/gpu-screen-recorder 2022-03-23 05:35:55 +01:00
Sandro
916acdbcf6
Merge pull request #165203 from dan4ik605743/tonelib_jam_bump 2022-03-23 05:02:19 +01:00
Sandro
fdf869c75c
Merge pull request #165202 from dan4ik605743/tonelib_gfx_bump 2022-03-23 05:01:35 +01:00
Sandro
47102eca11
Merge pull request #165192 from IvarWithoutBones/init/goldberg 2022-03-23 05:00:31 +01:00
Sandro
aeadc86174
Merge pull request #165143 from andresilva/andre/polkadot-0.9.18 2022-03-23 04:55:33 +01:00
Sandro
2abe471a5d
Merge pull request #165208 from r-ryantm/auto-update/docker-slim 2022-03-23 04:53:13 +01:00
Sandro
fb9e9db256
Merge pull request #165209 from dan4ik605743/yandex-bump 2022-03-23 04:53:03 +01:00
Sandro
7e908a4c0e
Merge pull request #165240 from peri4n/master 2022-03-23 04:30:35 +01:00
Sandro
368f28086b
Merge pull request #165221 from OPNA2608/revert/palemoon 2022-03-23 04:20:48 +01:00
Sandro
50715837d6
Merge pull request #165277 from mpoquet/simgrid-3.30-to-3.31 2022-03-23 04:18:06 +01:00
Aleksander
ecacb5de41
gitkraken: 8.3.0 -> 8.3.3 (#162753) 2022-03-23 04:12:46 +01:00
Sandro
b3cbbee112
Merge pull request #165260 from Alexnortung/session-desktop-appimage 2022-03-23 04:08:51 +01:00
Sandro
588dd979e7
Merge pull request #164756 from armeenm/bump-bookworm 2022-03-23 04:08:39 +01:00
Babbaj
9eeffe65ad
gpu-screen-recorder: init at 1.0.0 2022-03-22 23:04:20 -04:00
André-Patrick Bubel
e67d3a3e14
prusa-slicer: 2.4.0 -> 2.4.1 (#163933)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 03:50:04 +01:00
Sandro
1c085fde6f
Merge pull request #165171 from helsinki-systems/drop/libpng_apng 2022-03-23 03:49:51 +01:00
Sandro
00eed920ab
Merge pull request #165299 from ehmry/collapseos 2022-03-23 03:46:41 +01:00
ajs124
6324abc93e libpng_apng: drop
It's been the same as libpng since 8164d28, because
`libpng_apng = libpng.override { apngSupport = true; };`, but `apngSupport ? true`
2022-03-23 03:20:11 +01:00
Martin Weinelt
3ec7f8d487
firefox: set consistent remoting name
With Firefox 98.0 the remoting name now depends on the update channel
(mozbz#1752418), which resulted in a weird app_id/wmclass of
`firefox-default`, which broke window association in GNOME and likely
other desktops.

Fixes: #165107
2022-03-23 02:13:20 +01:00
Martin Weinelt
16129972c0
firefox-bin: 98.0.1 -> 98.0.2
https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/
2022-03-23 02:11:55 +01:00
Martin Weinelt
06518a4991
firefox: 98.0.1 -> 98.0.2
https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/
2022-03-23 02:10:19 +01:00
Eric Bailey
8e51cb22e9 kops: add me as maintainer 2022-03-22 20:10:07 -05:00
Eric Bailey
2e0663acba kops: 1.22.4 -> 1.23.0
- init kops_1_23 at 1.23.0
- drop kops_1_20
2022-03-22 20:10:07 -05:00
Lassulus
9e5d59a17a
Merge pull request #163935 from Sohalt/sonic-pi-3.3.1
sonic-pi: 3.2.2 -> 3.3.1
2022-03-23 00:11:53 +01:00
Franz Pletz
9dd3e78f7e
Merge pull request #165194 from q3k/q3k/magic-vlsi-8.7.277
magic-vlsi: 8.3.109 -> 8.3.277
2022-03-22 22:00:17 +01:00
Rok Garbas
07b832716c
Merge pull request #165091 from n0emis/zammad-5.1.0
zammad: 5.0.1 -> 5.1.0
2022-03-22 21:32:14 +01:00
R. Ryantm
2645b864d1 werf: 1.2.77 -> 1.2.78 2022-03-22 19:44:36 +00:00
Ivan Babrou
c573e3eaa8 qemu: support running Linux 5.17 on aarch64-darwin 2022-03-22 19:30:15 +00:00
R. Ryantm
f76e48f569 tilt: 0.25.3 -> 0.26.2 2022-03-22 14:39:51 -04:00
R. Ryantm
6d41c4ba70 i3wsr: 2.1.0 -> 2.1.1 2022-03-22 14:37:21 -04:00
Thiago Franco de Moraes
94fa436e1b
Zettlr: 2.2.3 -> 2.2.4 2022-03-22 15:14:22 -03:00
Artturi
0ce256984a
Merge pull request #163035 from felschr/filebot 2022-03-22 19:47:06 +02:00
Will Cohen
fd620c8da1 qgis: 3.24.0 -> 3.24.1 2022-03-22 17:56:16 +01:00
Will Cohen
826febf74f qgis-ltr: 3.22.4 -> 3.22.5 2022-03-22 17:56:16 +01:00
Patrick Hilhorst
b529196597
Merge pull request #165039 from samuela/upkeep-bot/plexamp-4.1.0-1647821469 2022-03-22 16:17:30 +01:00
Sandro
c4233257cf
Merge pull request #164962 from panicgh/tbb
tor-browser-bundle-bin: 11.0.7 -> 11.0.9
2022-03-22 15:08:56 +01:00
Millian Poquet
9ff032c291 simgrid: 3.30 -> 3.31
- addition of the optional eigen dependency, used by a new simulation
  model (bmf) that looks very promising to take interference phenomena
  into account while remaining coarse-grained.
- enabled the new dependency by default as I think this is interesting
  for most users.
2022-03-22 14:52:22 +01:00
Alyssa Ross
deab83e116
cgit-pink: init at 1.3.0
cgit-pink is a fork of cgit that aims to be better maintained, because
cgit doesn't get a lot of attention any more, and almost every patch
sent in the last couple of years has been ignored.

The build system is exactly the same as cgit's, so I've created a
common cgit builder function.  This way, improvements to cgit
packaging (I've already noticed a couple to make!) can be shared
between both packages.  If the build systems diverge, we can separate
them out in future.
2022-03-22 13:31:23 +00:00
R. Ryantm
216b4f1813 ocenaudio: 3.11.5 -> 3.11.7 2022-03-22 09:23:53 -04:00
Kevin Cox
954f445608
Merge pull request #165252 from Luflosi/ipfs-hardening
nixos/ipfs: add systemd hardening
2022-03-22 08:10:01 -04:00
Bobby Rong
3a940550b0
Merge pull request #165238 from r-ryantm/auto-update/juju
juju: 2.9.26 -> 2.9.27
2022-03-22 19:38:16 +08:00
maxine [they]
2040fc90e0
Merge pull request #165206 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.8.0 -> 0.8.1
2022-03-22 12:36:12 +01:00
Bobby Rong
635788ec0a
Merge pull request #165110 from 06kellyjac/driftctl
driftctl: 0.23.2 -> 0.24.0
2022-03-22 19:28:00 +08:00
Bobby Rong
1f4db3d31d
Merge pull request #165141 from charles-dyfis-net/desync-0.9.2
desync: 0.9.0 -> 0.9.2
2022-03-22 19:26:32 +08:00
adisbladis
a98778998c
Merge pull request #165031 from anpandey/emacspeak
emacspeak: Use bundled espeak server instead of espeak-ng
2022-03-22 23:22:46 +12:00
Armeen Mahdian
37102b6bff bookworm: 1.1.2 -> unstable-2022-01-09 2022-03-22 06:19:39 -05:00
Peter Hoeg
6340db6249 libreoffice-qt: kf5 header files have moved into a subdir 2022-03-22 19:18:43 +08:00
Bobby Rong
b41aeea9a1
Merge pull request #165157 from r-ryantm/auto-update/taskwarrior-tui
taskwarrior-tui: 0.20.1 -> 0.21.0
2022-03-22 19:17:08 +08:00
Bobby Rong
8d0d405bdf
Merge pull request #165094 from r-ryantm/auto-update/koreader
koreader: 2022.02 -> 2022.03
2022-03-22 19:14:52 +08:00
Fabian Affolter
4916b2baa0
Merge pull request #165247 from 06kellyjac/terragrunt
terragrunt: 0.36.2 -> 0.36.6
2022-03-22 11:57:30 +01:00
Thiago Kenji Okada
d13f1a6862
Merge pull request #163522 from bryanasdev000/argocd-up
argocd: 2.2.5 -> 2.3.1
2022-03-22 10:55:48 +00:00
Alexander Nortung
c4016b5b8c session-desktop-appimage: 1.7.7 -> 1.7.9 2022-03-22 11:15:14 +01:00
Luflosi
41d45d674a
nixos/ipfs: add systemd hardening
Use the hardened systemd unit from upstream.
2022-03-22 11:12:14 +01:00
06kellyjac
5e6a95991e terragrunt: 0.36.2 -> 0.36.6 2022-03-22 09:50:19 +00:00
"Fabian Bull"
a1a6472993 vimPlugins: update 2022-03-22 10:00:24 +01:00
R. Ryantm
ae67ae39f8 juju: 2.9.26 -> 2.9.27 2022-03-22 08:47:33 +00:00
Pavol Rusnak
56251d43f8
Merge pull request #165186 from Obikawa/trezor
trezor-suite: 22.1.1 -> 22.3.2
2022-03-22 09:36:44 +01:00
OPNA2608
67a5c03157 Revert "palemoon: 29.4.4 -> 30.0.0"
This reverts commit ab6bd24835.

The v30 milestone has been recalled temporarily: https://forum.palemoon.org/viewtopic.php?f=1&t=28044
2022-03-22 08:11:44 +01:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
Ben Siraphob
dad44e4f94
Merge pull request #165118 from toonn/mupdf-darwin-app 2022-03-22 00:43:15 -05:00
Ben Siraphob
9ca8091c3a
Merge pull request #165116 from toonn/mupdf-fix-darwin 2022-03-22 00:29:09 -05:00
dan4ik
0e89355d02 yandex-browser: 22.1.3.856-1 -> 22.1.3.907-1 2022-03-22 11:39:55 +07:00
R. Ryantm
f8f8bc5852 docker-slim: 1.37.4 -> 1.37.5 2022-03-22 04:18:54 +00:00
R. Ryantm
a6fd2c4618 docker-buildx: 0.8.0 -> 0.8.1 2022-03-22 04:08:19 +00:00
dan4ik
ca835c58ed tonelib-jam: 4.7.0 -> 4.7.5 2022-03-22 10:41:09 +07:00
dan4ik
ce32401ea1 tonelib-gfx: 4.7.0 -> 4.7.5 2022-03-22 10:35:42 +07:00
Serge Bazanski
8171e0a24e magic-vlsi: 8.3.109 -> 8.3.277 2022-03-22 02:14:44 +01:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
Ivar Scholten
6fc40c85c4 goldberg-emu: init at 0.2.5 2022-03-22 02:02:43 +01:00
Benjamin Staffin
f187e76e99 Merge remote-tracking branch 'origin/master' into mvn 2022-03-21 19:43:09 -04:00
Savanni D'Gerinel
a8f938c15c 1password-gui: 8.5.0 -> 8.6.0 2022-03-21 16:06:11 -07:00
Benjamin Staffin
34006ebc9d Merge remote-tracking branch 'origin/master' into mvn 2022-03-21 18:37:45 -04:00
Martin Weinelt
7667aa9ec6
Merge pull request #165176 from helsinki-systems/drop/webbrowser 2022-03-21 22:54:49 +01:00
Pascal Bach
830a13399a
Merge pull request #164136 from psydvl/bottles
`bottles`: `2022.2.28-trento-1` -> `2022.3.14-trento-3` & add autoupdate
2022-03-21 22:37:51 +01:00
Pascal Bach
6b4e7db291
Merge pull request #164998 from asbachb/bugfix/bottles/164997
bottles: added `gnutls` to `extraLibraries` to enable encryption support
2022-03-21 22:37:25 +01:00
ajs124
cae5a42bab webbrowser: drop 2022-03-21 22:30:37 +01:00
Sandro
3cede648b6
Merge pull request #164937 from rhysmdnz/micropad 2022-03-21 22:23:50 +01:00
Sandro
10d595efc1
tpmmanager: fetch tag 2022-03-21 22:20:31 +01:00
Fabian Affolter
d624c300b4
Merge pull request #165134 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.15 -> 0.8.9.16
2022-03-21 22:12:59 +01:00
Alexandra
c2789917a6
friture: 0.48 -> 0.49 (#164475) 2022-03-21 22:01:47 +01:00
Sandro
ae1a470045
Merge pull request #157521 from wucke13/telred 2022-03-21 21:35:45 +01:00
Michael Weiss
6f5e126a7f
Merge pull request #165156 from primeos/chromium
chromium: 99.0.4844.74 -> 99.0.4844.82
2022-03-21 21:21:39 +01:00
Jörg Thalheim
800d3e733c
Merge pull request #165100 from armeenm/remove-golly-beta
golly-beta: remove
2022-03-21 20:20:31 +00:00
Sandro
71ded63759
Merge pull request #162765 from Leixb/yuview 2022-03-21 21:08:16 +01:00
Maximilian Bosch
cfc6f1cea8
Merge pull request #162759 from samuela/upkeep-bot/spotify-unwrapped-1.1.80.699.gc3dac750-1646395814
spotify-unwrapped: 1.1.77.643.g3c4c6fc6 -> 1.1.80.699.gc3dac750
2022-03-21 21:05:11 +01:00
Michael Weiss
a9834afcfb
Merge pull request #165080 from michaeladler/ungoogled-chromium
ungoogled-chromium: 99.0.4844.74 -> 99.0.4844.82
2022-03-21 20:43:23 +01:00
Ryan Mulligan
0db43467ec
Merge pull request #165147 from r-ryantm/auto-update/psi-plus
psi-plus: 1.5.1600 -> 1.5.1615
2022-03-21 12:41:59 -07:00
R. Ryantm
6beb1f8e11 taskwarrior-tui: 0.20.1 -> 0.21.0 2022-03-21 19:39:30 +00:00
Michael Weiss
b073d7c10c
chromium: 99.0.4844.74 -> 99.0.4844.82
https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop_20.html
2022-03-21 20:33:38 +01:00
Austin Butler
85c14e9c0f vscode-extensions.matklad.rust-analyzer: 0.2.834 -> 0.2.975 2022-03-21 15:32:53 -04:00
R. Ryantm
c3dfe39b61 psi-plus: 1.5.1600 -> 1.5.1615 2022-03-21 18:40:48 +00:00
André Silva
214be243c9
polkadot: 0.9.17 -> 0.9.18 2022-03-21 18:19:00 +00:00
Charles Duffy
7d4c1daddf
desync: 0.9.0 -> 0.9.2
Changes include:

- Support for mounting a .caibx backed by a sparse cache
- A generic "converter" layer to allow encrypted stores
- Test suite compatibility with Go 1.15
2022-03-21 12:49:30 -05:00