Commit Graph

20792 Commits

Author SHA1 Message Date
Chuang Zhu
135cf8aec2 gotktrix: 0.1.1 -> 0.1.2 2022-03-24 08:36:51 +08: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
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
06kellyjac
0e3b203d17 driftctl: 0.24.0 -> 0.25.0 2022-03-23 15:23:37 +00:00
QuantMint
472c91e201 vieb: 6.2.0 -> 7.1.2 2022-03-23 12:37:11 +01: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
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
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
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
Sandro
fb9e9db256
Merge pull request #165209 from dan4ik605743/yandex-bump 2022-03-23 04:53:03 +01:00
Sandro
368f28086b
Merge pull request #165221 from OPNA2608/revert/palemoon 2022-03-23 04:20:48 +01:00
Sandro
b3cbbee112
Merge pull request #165260 from Alexnortung/session-desktop-appimage 2022-03-23 04:08:51 +01:00
R. Ryantm
4cb1fc0e58 argo-rollouts: 1.1.1 -> 1.2.0 2022-03-23 01:22:57 +00: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
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
R. Ryantm
f76e48f569 tilt: 0.25.3 -> 0.26.2 2022-03-22 14:39:51 -04: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
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
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
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
R. Ryantm
ae67ae39f8 juju: 2.9.26 -> 2.9.27 2022-03-22 08:47:33 +00: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
dan4ik
0e89355d02 yandex-browser: 22.1.3.856-1 -> 22.1.3.907-1 2022-03-22 11:39:55 +07:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
ajs124
cae5a42bab webbrowser: drop 2022-03-21 22:30:37 +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
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
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
R. Ryantm
ff37bc3937 firefox-devedition-bin-unwrapped: 98.0b5 -> 99.0b6 2022-03-21 19:12:59 +00:00
R. Ryantm
c4527f5bd8 firefox-beta-bin-unwrapped: 98.0b5 -> 99.0b6 2022-03-21 19:08:05 +00:00
R. Ryantm
c3dfe39b61 psi-plus: 1.5.1600 -> 1.5.1615 2022-03-21 18:40:48 +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
Ryan Mulligan
708bdf1b81
Merge pull request #165078 from r-ryantm/auto-update/himalaya
himalaya: 0.5.9 -> 0.5.10
2022-03-21 09:58:31 -07:00
Martin Weinelt
da333c9c82
Merge pull request #164465 from squalus/librewolf 2022-03-21 15:50:34 +01:00
06kellyjac
af02076c5b driftctl: 0.23.2 -> 0.24.0 2022-03-21 14:07:33 +00:00
Jan Tojnar
84569e8d3c
Merge pull request #158706 from rhoriguchi/fragments
fragments: 1.5 -> 2.0.2
2022-03-21 14:49:47 +01:00
José Romildo Malaquias
9f836e39ca
Merge pull request #162895 from kouyk/update/vivaldi
vivaldi: 5.1.2567.49-1 -> 5.1.2567.66-1
2022-03-21 07:57:55 -03:00
Ember 'n0emis' Keske
3b7e8f9f7f
zammad: 5.0.1 -> 5.1.0 2022-03-21 10:35:42 +01:00
Wanja Zaeske
784336e4af sky: init at 2.1.7801 2022-03-21 09:52:45 +01:00
Michael Adler
6d6543e27e ungoogled-chromium: 99.0.4844.74 -> 99.0.4844.82 2022-03-21 09:26:32 +01:00
R. RyanTM
0e882f0d2b
sonobuoy: 0.56.2 -> 0.56.3 2022-03-21 16:17:31 +08:00
R. Ryantm
f10e4f9cdf himalaya: 0.5.9 -> 0.5.10 2022-03-21 08:09:09 +00:00
github-actions[bot]
57fefcdf60 terraform-providers: update 2022-03-21 2022-03-21 14:27:01 +10:00
Bryan A. S
5e06fb8879 argocd: 2.2.5 -> 2.3.1
Drop packr (3f32a750a0), helm and kustomize as it does not seem necessary to use cli only

maintain commit and add todo for updatescript

add cmd to subpackage per  https://github.com/argoproj/argo-cd/blob/master/Makefile\#L222

since it builds only cmd, doCheck = false is not needed anymore, also the fix for it is only in master at the current time

note, we only build the cli from now on as i think the other componentes are a bit irelevant to nixos

drop makewrapper

reorganize phases based on https://nixos.org/manual/nixpkgs/stable/\#ssec-controlling-phases
2022-03-20 22:56:24 -03:00
Anderson Torres
bef8290da1
Merge pull request #164868 from OPNA2608/update/palemoon
palemoon: 29.4.4 -> 30.0.0
2022-03-20 17:14:38 -03:00
Sandro
9e77d2f915
Merge pull request #164894 from nagy/rclone-fuse-path 2022-03-20 19:45:40 +01:00
Sandro
c17aa1e854
Merge pull request #164949 from r-ryantm/auto-update/cawbird 2022-03-20 18:44:05 +01:00
Ryan Mulligan
1d58dd61ba
Merge pull request #164939 from r-ryantm/auto-update/werf
werf: 1.2.76 -> 1.2.77
2022-03-20 07:24:56 -07:00
Mario Rodas
05d90a6c62
Merge pull request #163980 from r-ryantm/auto-update/fn
fn-cli: 0.6.15 -> 0.6.17
2022-03-20 09:08:29 -05:00
Steven Kou
41a25e0088
vivaldi-ffmepg-codecs: 97.0.4692.56 -> 97.0.4692.71 2022-03-20 21:18:40 +08:00
Steven Kou
fd654d3c3e
vivaldi: 5.1.2567.49-1 -> 5.1.2567.66-1 2022-03-20 21:18:25 +08:00
Nicolas Benes
9bffd90af8 tor-browser-bundle-bin: 11.0.7 -> 11.0.9 2022-03-20 12:05:34 +01:00
R. Ryantm
9b2abc03b2 cawbird: 1.4.2 -> 1.5 2022-03-20 09:13:35 +00:00
R. Ryantm
ed86dba63a werf: 1.2.76 -> 1.2.77 2022-03-20 05:27:42 +00:00
OPNA2608
ab6bd24835 palemoon: 29.4.4 -> 30.0.0 2022-03-20 01:12:27 +01:00
Ryan Mulligan
3add11e089
Merge pull request #164897 from r-ryantm/auto-update/nextcloud-client
nextcloud-client: 3.4.3 -> 3.4.4
2022-03-19 15:52:02 -07:00
Daniel Nagy
1502634e1a
rclone: prefix PATH of fuse
This is needed because `rclone` makes use of `fusermount` when mounting
filesystems.
2022-03-19 23:17:48 +01:00
R. Ryantm
1885dbf325 nextcloud-client: 3.4.3 -> 3.4.4 2022-03-19 19:23:53 +00:00
Ryan Mulligan
5ed70a4da1
Merge pull request #164696 from r-ryantm/auto-update/werf
werf: 1.2.74 -> 1.2.76
2022-03-18 21:58:37 -07:00
Michael Weiss
3f241a7b8a
Merge pull request #164794 from primeos/chromiumBeta
chromiumBeta: 100.0.4896.30 -> 100.0.4896.46
2022-03-19 01:21:58 +01:00
Michael Weiss
93edc87eac
chromiumDev: 101.0.4929.5 -> 101.0.4947.0 2022-03-19 00:53:11 +01:00
Michael Weiss
3e7268af67
chromiumBeta: 100.0.4896.30 -> 100.0.4896.46 2022-03-19 00:09:56 +01:00
R. Ryantm
ee443ffba4 kubernetes: 1.23.4 -> 1.23.5 2022-03-19 08:09:25 +10:00
Ryan Mulligan
7db6c1cd42
Merge pull request #164719 from r-ryantm/auto-update/cinny
cinny: 1.8.1 -> 1.8.2
2022-03-18 14:02:11 -07:00
Sandro
7aa88ab4e7
Merge pull request #164734 from SuperSandro2000/rclone 2022-03-18 18:21:00 +01:00
Sandro
6df4df2b20
Merge pull request #148672 from ilya-fedin/update-kotatogram 2022-03-18 18:17:25 +01:00
Sandro
8bb3b8ad0e
Merge pull request #164495 from malob/update-signalbackup-tools 2022-03-18 18:00:55 +01:00
Sandro Jäckel
c2973ed1cb
rclone: 1.57.0 -> 1.58.0 2022-03-18 17:11:36 +01:00
R. Ryantm
cf315bc081 cinny: 1.8.1 -> 1.8.2 2022-03-18 14:55:00 +00:00
Sandro
8fc4ab921f
Merge pull request #164055 from r-ryantm/auto-update/unison 2022-03-18 15:41:43 +01:00
Sandro
e02551309e
Merge pull request #163823 from r-ryantm/auto-update/istioctl 2022-03-18 15:40:59 +01:00
Sandro
42d6df5db8
Merge pull request #164194 from r-ryantm/auto-update/chart-testing 2022-03-18 15:40:42 +01:00
Sandro
10fa4528ed
Merge pull request #164230 from r-ryantm/auto-update/helmfile 2022-03-18 15:40:32 +01:00
happysalada
cd91a151ef k9s: fix aarch64 darwin build 2022-03-18 08:32:16 -04:00
R. Ryantm
f7b792e0b0 werf: 1.2.74 -> 1.2.76 2022-03-18 10:28:39 +00:00
Bobby Rong
f4d663ac0f
Merge pull request #163932 from r-ryantm/auto-update/tilt
tilt: 0.25.2 -> 0.25.3
2022-03-18 17:58:55 +08:00
Bobby Rong
01df336d64
Merge pull request #164596 from r-ryantm/auto-update/kube-capacity
kube-capacity: 0.7.0 -> 0.7.1
2022-03-18 16:23:56 +08:00
Bobby Rong
f2973498a9
Merge pull request #164603 from 06kellyjac/driftctl
driftctl: 0.23.0 -> 0.23.2
2022-03-18 10:50:38 +08:00
Sandro
b4f7a460fb
Merge pull request #147520 from WolfangAukang/protonvpn-gui-improv 2022-03-18 00:41:48 +01:00
Martin Weinelt
53c25e8721
Merge pull request #164215 from ilya-fedin/firefox-remove-gtk 2022-03-17 22:46:42 +01:00
Michael Weiss
eaaa7cf805
Merge pull request #164542 from michaeladler/ungoogled-chromium
ungoogled-chromium: 99.0.4844.51 -> 99.0.4844.74
2022-03-17 21:27:43 +01:00
Ryan Mulligan
b2a485db46
Merge pull request #164028 from r-ryantm/auto-update/kn
kn: 1.3.0 -> 1.3.1
2022-03-17 07:29:54 -07:00
06kellyjac
bf9dd018b0 driftctl: 0.23.0 -> 0.23.2 2022-03-17 13:54:18 +00:00
Ryan Mulligan
877eb10cfb
Merge pull request #164510 from r-ryantm/auto-update/velero
velero: 1.8.0 -> 1.8.1
2022-03-17 06:42:49 -07:00
R. Ryantm
ec6f2b637c kube-capacity: 0.7.0 -> 0.7.1 2022-03-17 13:29:43 +00:00
Maximilian Bosch
6355e9898d
Merge pull request #163370 from derjohn/ferdi_5_8_0
ferdi: 5.7.0 -> 5.8.0
2022-03-17 09:42:58 +01:00
Maximilian Bosch
6589e8866d
Merge pull request #164279 from sumnerevans/element-1.10.7
element-{desktop,}: 1.10.6 -> 1.10.7
2022-03-17 09:14:50 +01:00
Michael Adler
7156c46f23 ungoogled-chromium: 99.0.4844.51 -> 99.0.4844.74 2022-03-17 07:53:55 +01:00
Will Dietz
448ed088eb neochat: 1.2 -> 22.02
22.02:
  dd4ef2e4ac
21.12:
  041a5ff590
2022-03-17 09:50:10 +08:00
zowoq
398b99444a terraform-providers.oci: 4.67.0 -> 4.68.0
fixes the provider-source-address
2022-03-17 11:06:27 +10:00
R. Ryantm
f2ef762478 velero: 1.8.0 -> 1.8.1 2022-03-16 23:04:56 +00:00
Ilya Fedin
1a8e99e7f8 kotatogram-desktop: add Darwin support
tdesktop and kotatogram both have macos builds, so it shouldn't be hard to make them available in nixpkgs
2022-03-17 02:26:24 +04:00
Ilya Fedin
d3367563ef kotatogram-desktop: 1.4.1 -> 1.4.9 2022-03-17 02:26:12 +04:00
Felix Buehler
bfccc7c38c matrixcli: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
084cd8cb09 pidgin-mra: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
de81be0d53 telegram-purple: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
4c7f9afd31 pond: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
7288417b83 schildichat-desktop: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
b5bbff0e02 schildichat-web: switch to fetchFromGitHub 2022-03-16 23:23:10 +01:00
Felix Buehler
bf316c8307 tensor: switch to fetchFromGitHub 2022-03-16 23:23:09 +01:00
Felix Buehler
27af61265b communi: switch to fetchFromGitHub 2022-03-16 23:23:09 +01:00
Ilya Fedin
d5dc6828d5 kotatogram-desktop: apply nixpkgs-fmt 2022-03-17 02:12:05 +04:00
TredwellGit
6004e84b8b brave: 1.36.112 -> 1.36.116
https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md#136116
2022-03-16 21:10:52 +00:00
Malo Bourgon
92a58b160e signalbackup-tools: 20220314 -> 20220316 2022-03-16 13:52:53 -07:00
Michael Weiss
c66b6e000f
Merge pull request #164467 from primeos/chromium
chromium: 99.0.4844.51 -> 99.0.4844.74
2022-03-16 20:54:29 +01:00
Michael Weiss
d1f0959dbc
chromium: 99.0.4844.51 -> 99.0.4844.74
https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop_15.html

This update includes 11 security fixes.

CVEs:
CVE-2022-0971 CVE-2022-0972 CVE-2022-0973 CVE-2022-0974 CVE-2022-0975
CVE-2022-0976 CVE-2022-0977 CVE-2022-0978 CVE-2022-0979 CVE-2022-0980
2022-03-16 19:10:38 +01:00
squalus
3a46b6e1c4 librewolf: 97.0.2-1 -> 98.0-1 2022-03-16 10:46:22 -07:00
Sandro
20d6bb7c66
Merge pull request #164340 from r-ryantm/auto-update/fluxcd 2022-03-16 14:09:13 +01:00
Artturi
b734f40478
Merge pull request #154004 from illustris/hadoop 2022-03-16 14:05:56 +02:00
Bobby Rong
8fdb59f98b
Merge pull request #163954 from toastal/himalaya-0.5.9
himalaya: 0.5.8 → 0.5.9
2022-03-16 16:50:18 +08:00
Bobby Rong
9db7b3f6de
Merge pull request #164274 from wahjava/update-cinny
cinny: 1.8.0 -> 1.8.1
2022-03-16 15:25:57 +08:00
Bobby Rong
dac5322b7d
Merge pull request #163723 from r-ryantm/auto-update/brave
brave: 1.36.111 -> 1.36.112
2022-03-16 15:23:00 +08:00
Ryan Mulligan
8161847819
Merge pull request #163023 from r-ryantm/auto-update/qbec
qbec: 0.15.1 -> 0.15.2
2022-03-15 18:33:30 -07:00
R. Ryantm
a8a86176dd fluxcd: 0.27.3 -> 0.27.4 2022-03-16 01:13:12 +00:00
Silvan Mosberger
47f2ee3d55
Merge pull request #160075 from ConnorBaker/spark_3_2_1
spark: init 3.2.1 and test on aarch64-linux
2022-03-16 02:13:03 +01:00
Ryan Mulligan
457587ce8d
Merge pull request #164311 from r-ryantm/auto-update/argo
argo: 3.2.9 -> 3.3.0
2022-03-15 16:45:47 -07:00
Ryan Mulligan
cec02f3516
Merge pull request #164219 from r-ryantm/auto-update/remmina
remmina: 1.4.24 -> 1.4.25
2022-03-15 16:02:41 -07:00
Ryan Mulligan
e04a2dc30f
Merge pull request #164319 from r-ryantm/auto-update/alfaview
alfaview: 8.37.0 -> 8.40.0
2022-03-15 15:53:25 -07:00
Ryan Mulligan
178a83c29c
Merge pull request #163928 from r-ryantm/auto-update/tgswitch
tgswitch: 0.5.382 -> 0.5.389
2022-03-15 15:42:44 -07:00
Ryan Mulligan
8057e54992
Merge pull request #163927 from r-ryantm/auto-update/tfswitch
tfswitch: 0.13.1201 -> 0.13.1218
2022-03-15 15:42:27 -07:00
Ryan Mulligan
14a85eaffa
Merge pull request #163946 from r-ryantm/auto-update/werf
werf: 1.2.73 -> 1.2.74
2022-03-15 15:39:36 -07:00
Martin Weinelt
8d18f29b60
Merge pull request #161366 from NixOS/staging-next
Staging next 2022-02-22
2022-03-15 22:31:01 +01:00
R. Ryantm
5148cdd531 alfaview: 8.37.0 -> 8.40.0 2022-03-15 21:04:26 +00:00
Renaud
408abeac17
Merge pull request #164070 from r-ryantm/auto-update/opera
opera: 84.0.4316.21 -> 84.0.4316.31
2022-03-15 21:50:43 +01:00
R. Ryantm
60f70f0379 argo: 3.2.9 -> 3.3.0 2022-03-15 20:21:55 +00:00
Ryan Mulligan
f991d4cb58
Merge pull request #164027 from r-ryantm/auto-update/tdesktop
tdesktop: 3.5.2 -> 3.6.0
2022-03-15 12:35:34 -07:00
Sandro
40a3103c0f
Merge pull request #164148 from malob/update-signalbackup-tools 2022-03-15 20:06:00 +01:00
Vladimír Čunát
b61852cd94
Merge branch 'master' into staging-next 2022-03-15 18:08:32 +01:00
Artturi
c3959146fd
Merge pull request #163997 from K900/upd8n 2022-03-15 18:21:32 +02:00
Sumner Evans
72eac4c3d0
element-{desktop,}: 1.10.6 -> 1.10.7 2022-03-15 09:22:54 -06:00
Ashish SHUKLA
570312ed81
cinny: 1.8.0 -> 1.8.1 2022-03-15 19:59:17 +05:30
Anderson Torres
b7e833068c
Merge pull request #164243 from r-ryantm/auto-update/juju
juju: 2.9.25 -> 2.9.26
2022-03-15 10:13:45 -03:00
K900
4418ba0d5f n8n: 0.166.0 → 0.168.1 2022-03-15 13:04:15 +00:00
Anderson Torres
a0cd653a37
Merge pull request #164200 from r-ryantm/auto-update/k3s
k3s: 1.23.3+k3s1 -> 1.23.4+k3s1
2022-03-15 09:48:43 -03:00
R. Ryantm
25d64b338c juju: 2.9.25 -> 2.9.26 2022-03-15 10:19:37 +00:00
Vladimír Čunát
f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
R. Ryantm
2d18003213 helmfile: 0.143.0 -> 0.143.1 2022-03-15 08:47:54 +00:00
R. Ryantm
b8b8edcc7d remmina: 1.4.24 -> 1.4.25 2022-03-15 06:49:42 +00:00
Ilya Fedin
ddb34ba4cb firefox-bin: remove unneeded gtk2 dependency 2022-03-15 10:15:15 +04:00
R. Ryantm
4d35db2050 k3s: 1.23.3+k3s1 -> 1.23.4+k3s1 2022-03-15 04:42:53 +00:00
R. Ryantm
73ee22331d chart-testing: 3.5.0 -> 3.5.1 2022-03-15 02:46:46 +00:00
Bernardo Meurer
462770166e
Merge pull request #164140 from lovesegfault/libvirt-8.1.0
libvirt: 7.10.0 -> 8.1.0
2022-03-14 13:40:10 -07:00
Luke Granger-Brown
52a956f0cf
Merge pull request #157417 from schuelermine/update-weechat-3.3-3.4
weechat: 3.3 -> 3.4.1
2022-03-14 19:21:01 +00:00
Bernardo Meurer
fefb6ba070
nixops_unstable: fix libvirt plugin for 8.1.0 2022-03-14 12:15:29 -07:00
Malo Bourgon
fd145c6736 signalbackup-tools: 20220303 -> 20220314 2022-03-14 11:23:02 -07:00
Anselm Schüler
92cabfd24f weechat: Disable documentation 2022-03-14 18:36:10 +01:00
Martin Weinelt
8dddd3f08a
Merge pull request #164056 from r-ryantm/auto-update/firefox-esr-91-unwrapped 2022-03-14 18:19:48 +01:00
Anselm Schüler
3e497e315e weechat: 3.4 -> 3.4.1 2022-03-14 17:34:15 +01:00
Martin Weinelt
552cfc008a
firefox: 98.0 -> 98.0.1
https://www.mozilla.org/en-US/firefox/98.0.1/releasenotes/
2022-03-14 16:49:34 +01:00
toastal
f78b6046ca Adding toastal as a himalaya maintainer
As @yanganto suggested: https://github.com/NixOS/nixpkgs/pull/163954#issuecomment-1066575191
2022-03-14 22:14:07 +07:00
github-actions[bot]
0ed928e4ab
Merge master into staging-next 2022-03-14 12:01:26 +00:00
Vojtěch Káně
24b4b027df mirage-im: add missing dependency
Removed in 5e851a1f9b (#155538), probably by mistake.
2022-03-14 12:48:59 +01:00
zowoq
820df5143b
Merge pull request #163657 from brianmcgee/feat/kubemq
kubemq: init kubemq-community at 2.2.12 and kubemqctl at 3.5.1
2022-03-14 20:06:04 +10:00
Brian McGee
e65da5e795
kubemqctl: init at 3.5.1 2022-03-14 09:15:10 +00:00
R. Ryantm
41ca5932b3 onedrive: 2.4.15 -> 2.4.16 2022-03-14 16:44:49 +08:00
toastal
aef8fe5c68 himalaya: 0.5.8 → 0.5.9
Version bump, but also included the comment suggested for the build
flags as suggested on the last merge request. It would seem that
‘official’ description for the project has changed as well.
2022-03-14 13:31:37 +07:00
Jörg Thalheim
4cb1ebb5a0
Merge pull request #163484 from mweinelt/firefox-rlbox
firefox: enable RLBox sandboxing
2022-03-14 06:02:38 +00:00
github-actions[bot]
0737c221ad
Merge master into staging-next 2022-03-14 06:01:13 +00:00
R. Ryantm
1b71d746a3 opera: 84.0.4316.21 -> 84.0.4316.31 2022-03-14 04:17:04 +00:00
zowoq
a33e2735a1 terraform-providers: update 2022-03-14 2022-03-14 10:30:22 +10:00
github-actions[bot]
ea64a128d1
Merge master into staging-next 2022-03-14 00:02:12 +00:00
R. Ryantm
7f25d6e079 firefox-esr-91-unwrapped: 91.7.0esr -> 91.7.1esr 2022-03-13 23:36:36 +00:00
R. Ryantm
2e480dc162 unison: 2.51.5 -> 2.52.0 2022-03-13 23:31:54 +00:00
Martin Weinelt
1530477650
firefox: enable RLBox sandboxing
https://hacks.mozilla.org/2021/12/webassembly-and-back-again-fine-grained-sandboxing-in-firefox-95/

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2022-03-14 00:17:28 +01:00
zowoq
c32a688f82 terraform-providers: refactor scripts
- improve script output
- use sri hashes, same as recent versions of `nix`
2022-03-14 08:08:07 +10:00
Michael Weiss
0b1de1c319
Merge pull request #163529 from equirosa/signal-desktop
signal-desktop: 5.34.0 -> 5.35.0
2022-03-13 20:39:44 +01:00
R. Ryantm
04b8374667 kn: 1.3.0 -> 1.3.1 2022-03-13 18:32:09 +00:00
github-actions[bot]
38910351b7
Merge master into staging-next 2022-03-13 18:01:01 +00:00
R. Ryantm
c314219378 tdesktop: 3.5.2 -> 3.6.0 2022-03-13 17:36:30 +00:00
R. Ryantm
18670375d0 qtox: 1.17.5 -> 1.17.6 2022-03-13 21:54:02 +08:00
Robert Scott
cc49175ed6
Merge pull request #163749 from r-ryantm/auto-update/cloudfoundry-cli
cloudfoundry-cli: 8.0.0 -> 8.3.0
2022-03-13 12:27:20 +00:00
github-actions[bot]
72b55bcbef
Merge master into staging-next 2022-03-13 12:01:10 +00:00
Joachim F
e7eaee7da8
Merge pull request #162911 from ninjin/surf-unbreak
surf: set PREFIX for both build and install
2022-03-13 12:45:43 +01:00
R. Ryantm
4573df4de1 fn-cli: 0.6.15 -> 0.6.17 2022-03-13 09:34:47 +00:00