K900
8bb8f9c811
firefox/wrapper: allow specifying StartupWMClass
...
Primarily useful for out of tree beta/nightly builds, which use a different WM_CLASS
2022-02-25 13:40:38 -08:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
fcb5f68c28
blocky: 0.17 -> 0.18
2022-02-25 11:35:50 -08:00
Luflosi
0eb1d070c8
ipfs-migrator: 1.7.1 -> 2.0.2
...
https://github.com/ipfs/fs-repo-migrations/releases/tag/v2.0.2
This is pretty much a complete rewrite of the ipfs-migrator package.
In version 2.0.0 a major change was made to the way the migrator works. Before, there was one binary that contained every migration. Now every migration has its own binary. If fs-repo-migrations can't find a required binary in the PATH, it will download it off the internet. To prevent that, build every migration individually, symlink them all into one package and then wrap fs-repo-migrations so it finds the package with all the migrations.
The change to the IPFS NixOS module and the IPFS package is needed because without explicitly specifying a repo version to migrate to, fs-repo-migrations will query the internet to find the latest version. This fails in the sandbox, for example when testing the ipfs passthru tests.
While it may seem like the repoVersion and IPFS version are in sync and the code could be simplified, this is not the case. See https://github.com/ipfs/fs-repo-migrations#when-should-i-migrate for a table with the IPFS versions and corresponding repo versions.
Go 1.17 breaks the migrations, so use Go 1.16 instead. This is also the Go version used in their CI, see 3dc218e300/.github/workflows/test.yml (L4)
. See https://github.com/ipfs/fs-repo-migrations/pull/140#issuecomment-982715907 for a previous mention of this issue. The issue manifests itself when doing anything with a migration, for example `fs-repo-11-to-12 --help`:
```
panic: qtls.ClientHelloInfo doesn't match
goroutine 1 [running]:
github.com/marten-seemann/qtls-go1-15.init.0()
github.com/marten-seemann/qtls-go1-15@v0.1.1/unsafe.go:20 +0x132
```
Also add myself as a maintainer for this package.
This fixes the test failure discovered in https://github.com/NixOS/nixpkgs/pull/160914 .
See https://github.com/ipfs/fs-repo-migrations/issues/148 to read some of my struggles with updating this package.
2022-02-25 11:12:19 -08:00
R. Ryantm
ce6fe7b1c2
nomad-autoscaler: 0.3.5 -> 0.3.6
2022-02-25 11:09:16 -08:00
R. Ryantm
9f105df1b3
seaweedfs: 2.89 -> 2.90
2022-02-25 10:31:12 -08:00
Yevhen Shymotiuk
c3010a9971
tdesktop: 3.4.8 -> 3.5.2
2022-02-25 19:55:50 +02:00
R. Ryantm
5534c689cb
pjsip: 2.11.1 -> 2.12
2022-02-25 16:28:48 +00:00
Yuka
0702d31a28
schildichat: 1.9.8-sc.1 -> 1.10.3-sc.0.test.1 ( #161584 )
...
The latest release is being held back because there is an issue with
Electron 15 crashing on some platforms.
NixOS seems to be not affected by this issue, and the upstream
developers say this test release should be fine otherwise.
This also means we can have a SchildiChat build that is not using the
EOL/insecure Electron 13.x.
2022-02-25 13:56:23 +01:00
06kellyjac
4d1bfdd744
terragrunt: 0.36.1 -> 0.36.2
2022-02-25 12:18:45 +00:00
R. Ryantm
126d0be6b8
minikube: 1.25.1 -> 1.25.2
2022-02-25 12:09:30 +00:00
Sandro
035c360136
Merge pull request #148257 from zseri/opt-disable-avahi-geoclue
2022-02-25 13:00:05 +01:00
zowoq
8c912d5c91
kubectl: build from source
...
this allows non-linux users to avoid building the entire kubernetes package
2022-02-25 19:22:30 +10:00
zowoq
ae0a6a6b08
kubernetes: only build on linux
...
- don't build kubectl, symlink from pkgs.kubectl
- use GOFLAGS and disallowedReferences
- move pause to installPhase
2022-02-25 19:22:30 +10:00
R. Ryantm
19492c486d
cilium-cli: 0.10.3 -> 0.10.4
2022-02-25 03:53:16 +00:00
Ryan Mulligan
c6ec62f3d8
Merge pull request #161648 from r-ryantm/auto-update/kubeconform
...
kubeconform: 0.4.12 -> 0.4.13
2022-02-24 16:11:26 -08:00
techknowlogick
f4ed38c560
waypoint: 0.7.1 -> 0.7.2
2022-02-24 16:48:45 -05:00
R. RyanTM
c710148f70
opsdroid: 0.24.1 -> 0.25.0
...
* opsdroid: 0.24.1 -> 0.25.0 (#149015 )
* opsdroid: fix hash for v0.25.0
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-24 14:27:42 +01:00
R. Ryantm
d7d6b02c91
kubeconform: 0.4.12 -> 0.4.13
2022-02-24 12:00:31 +00:00
zowoq
6faef6b2d6
cni-plugins: 1.0.1 -> 1.1.0
...
https://github.com/containernetworking/plugins/releases/tag/v1.1.0
2022-02-24 18:24:43 +10:00
Connor Baker
799d7434e2
hadoop: link native libraries on Darwin even though they're not used to simplify expression
2022-02-23 22:53:31 -05:00
xfnw
5e94787f63
catgirl: 2.0a -> 2.1
2022-02-24 01:03:22 +00:00
zseri
72957a2dc0
element-desktop: make keytar optional
2022-02-23 23:41:15 +01:00
zseri
9bc2cd9866
remmina: make it easier to disable libsecret
2022-02-23 23:38:06 +01:00
Jörg Thalheim
7dda625e7f
Merge pull request #161554 from r-ryantm/auto-update/fn
...
fn-cli: 0.6.13 -> 0.6.14
2022-02-23 22:02:13 +00:00
José Romildo Malaquias
f1143cb501
Merge pull request #161144 from romildo/new.git-updater
...
gitUpdater: init
2022-02-23 18:48:24 -03:00
0x4A6F
02a416f737
Merge pull request #161099 from K900/upd8n
...
n8n: 0.163.1 → 0.164.1
2022-02-23 22:30:37 +01:00
Finn Behrens
69452c779b
schildichat-desktop,schildichat-web: add kloenk as maintainer
2022-02-23 21:57:26 +01:00
Michael Weiss
7b6cf4d8e9
Merge pull request #161128 from a-m-joseph/chromium-use-jre8_headless-instead-of-jre8
...
chromium: use jre8_headless instead of jre8
2022-02-23 21:16:26 +01:00
Pascal Bach
9974f1dc74
Merge pull request #161527 from stehessel/add-odo
...
odo: init at 2.5.0
2022-02-23 21:06:44 +01:00
Stephan Heßelmann
dfdc78785e
odo: init at 2.5.0
2022-02-23 19:19:03 +01:00
Renaud
9c005dbcb6
Merge pull request #159660 from r-ryantm/auto-update/opera
...
opera: 82.0.4227.43 -> 83.0.4254.54
2022-02-23 19:18:50 +01:00
R. Ryantm
e8a0d6993d
fn-cli: 0.6.13 -> 0.6.14
2022-02-23 17:31:24 +00:00
superherointj
059b8a6e28
fluxcd: 0.27.0 -> 0.27.2
2022-02-23 13:41:02 -03:00
Taeer Bar-Yam
6157673df0
hopefully IFD was the problem
2022-02-23 10:41:29 -05:00
Taeer Bar-Yam
b5ec72fc13
tweaks
2022-02-23 10:41:28 -05:00
Taeer Bar-Yam
74dcaf5784
zammad: test passes!
2022-02-23 10:41:28 -05:00
Taeer Bar-Yam
00e74ad907
minor changes
2022-02-23 10:41:28 -05:00
Taeer Bar-Yam
4d38b6460f
zammad: reformat
2022-02-23 10:41:27 -05:00
Taeer Bar-Yam
94cc607fa6
applyPatches args
2022-02-23 10:41:26 -05:00
Taeer Bar-Yam
c270d3d527
zammad: patch ruby 2.7 version
2022-02-23 10:41:25 -05:00
Ember 'n0emis' Keske
7cf49c38a5
zammad: init at 5.0.2
...
Co-authored-by: Rok Garbas <rok@garbas.si>
2022-02-23 10:41:24 -05:00
Maciej Krüger
f724c46b95
Merge pull request #160942 from mkg20001/flutter-fixup
2022-02-23 16:16:48 +01:00
Ryan Mulligan
f593fe9f7d
Merge pull request #161411 from r-ryantm/auto-update/werf
...
werf: 1.2.69 -> 1.2.70
2022-02-23 06:42:46 -08:00
Maciej Krüger
147a51467a
fluffychat: fix olm FOD
2022-02-23 15:13:05 +01:00
Maciej Krüger
c625e715f8
fluffychat: add .desktop
2022-02-23 15:11:00 +01:00
Maciej Krüger
141644ff03
fluffychat: fix olm
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-23 15:10:59 +01:00
Elis Hirwing
9ad7b9910e
Merge pull request #161459 from r-ryantm/auto-update/testssl.sh
...
testssl: 3.0.6 -> 3.0.7
2022-02-23 08:01:40 +01:00
R. Ryantm
31ffa0cbf2
testssl: 3.0.6 -> 3.0.7
2022-02-23 04:20:50 +00:00
R. RyanTM
a126cc78b4
glooctl: 1.10.8 -> 1.10.10
...
* glooctl: 1.10.8 -> 1.10.9 (#160592 )
* glooctl: 1.10.9 -> 1.10.10
Fixes Envoy CVEs CVE-2021-43826, CVE-2021-43824, CVE-2022-21654, CVE-2022-21655, CVE-2021-43825, CVE-2022-23606.
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 01:32:14 +01:00
Renaud
5a5b8a0f42
Merge pull request #160583 from r-ryantm/auto-update/fluxcd
...
fluxcd: 0.26.3 -> 0.27.0
2022-02-23 01:00:41 +01:00
Pascal Bach
851f6a12a1
Merge pull request #161420 from stehessel/fix-openshift-build-inputs
...
openshift: fix build on darwin
2022-02-23 00:06:13 +01:00
zowoq
64f1f314bd
Merge pull request #159899 from symphorien/rust-bindgen-hook
...
rustPlatform.bindgenHook: init
2022-02-23 08:37:56 +10:00
Stephan Heßelmann
02a518f00e
openshift: fix build on darwin
...
`ncurses` is required as build input at build time on macOS. Therefore
`ncurses` is moved from `buildInputs` to `nativeBuildInputs`.
Without this change the build fails with `tput: command not found`.
2022-02-22 21:01:51 +01:00
R. Ryantm
f9d835ba15
werf: 1.2.69 -> 1.2.70
2022-02-22 18:43:23 +00:00
Guillaume Girol
e60782c7fa
firefox: use rustPlatform.bindgenHook
2022-02-22 19:41:32 +01:00
Sibi Prabakaran
1b1f337068
argo-rollouts: init at 1.1.1
2022-02-22 04:38:30 +10:00
José Romildo
ba59355e81
gitUpdater: init
...
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
Bobby Rong
e28b0fb5c8
Merge pull request #160998 from r-ryantm/auto-update/sonobuoy
...
sonobuoy: 0.56.1 -> 0.56.2
2022-02-21 18:07:53 +08:00
Robert Schütz
af9f064e45
deltachat-desktop: fix build
...
error-stack-parser 2.0.7 broke it:
https://github.com/stacktracejs/error-stack-parser/pull/54#commitcomment-66531802
2022-02-21 05:14:15 +00:00
github-actions[bot]
8e54a33514
terraform-providers: update 2022-02-21
2022-02-21 14:26:03 +10:00
Adam Joseph
02ae3defed
chromium: use pkgsBuildHost.jre8_headless instead of pkgsBuildHost.jre8
...
Chromium appears to require bin/java at build-time. This patch causes
the chromium derivation to use jre8_headless instead of jre8, in order
to avoid dragging in all of gnome.
2022-02-20 14:51:03 -08:00
K900
a84503e708
n8n: 0.163.1 → 0.164.1
2022-02-20 19:29:33 +00:00
Sandro
67ec5238d6
Merge pull request #161014 from r-ryantm/auto-update/werf
2022-02-20 17:53:46 +01:00
markuskowa
348483e19e
Merge pull request #161076 from r-ryantm/auto-update/lagrange
...
lagrange: 1.10.5 -> 1.10.6
2022-02-20 17:23:02 +01:00
R. Ryantm
4710213b36
lagrange: 1.10.5 -> 1.10.6
2022-02-20 15:02:24 +00:00
R. Ryantm
2336034867
remmina: 1.4.23 -> 1.4.24
2022-02-20 08:13:49 -06:00
Lluís Batlle i Rossell
96deebbd34
tribler: 7.10.0 -> 7.11.0
...
Fix display of checkboxes by adding thq qtsvg plugin path.
2022-02-20 08:08:47 -06:00
Mario Rodas
e0c3ad6c43
Merge pull request #161001 from r-ryantm/auto-update/tilt
...
tilt: 0.25.0 -> 0.25.1
2022-02-20 08:35:11 -05:00
Maximilian Bosch
5e17908a8b
Merge pull request #160930 from Ma27/bump-element
...
element-{web,desktop}: 1.10.1 -> 1.10.4
2022-02-20 11:56:16 +01:00
Matthias Beyer
16764012f7
mutt: 2.2.0 -> 2.2.1
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-20 09:23:32 +01:00
R. Ryantm
8ec5134f0e
werf: 1.2.67 -> 1.2.69
2022-02-20 05:57:01 +00:00
R. Ryantm
8b25c418bc
tilt: 0.25.0 -> 0.25.1
2022-02-20 04:26:03 +00:00
R. Ryantm
efe36ad03b
sonobuoy: 0.56.1 -> 0.56.2
2022-02-20 11:36:46 +08:00
Maximilian Bosch
c8d8a96fb5
Merge pull request #160161 from r-ryantm/auto-update/filezilla
...
filezilla: 3.57.0 -> 3.58.0
2022-02-20 01:59:00 +01:00
Sandro
d8b23eefbc
Merge pull request #159859 from tournemire/dino-update
2022-02-20 00:27:38 +01:00
R. RyanTM
60102b9a13
kconf: 1.10.1 -> 1.11.0
...
* kconf: 1.10.1 -> 1.11.0 (#149278 )
add ldflags so the tool reports its version
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-19 23:54:21 +01:00
R. RyanTM
b195c2c47f
vieb: 6.1.0 -> 6.2.0
...
(#148909 )
2022-02-19 23:53:39 +01:00
Mario Rodas
1b82a2075f
Merge pull request #160076 from r-ryantm/auto-update/protonmail-bridge
...
protonmail-bridge: 2.1.0 -> 2.1.1
2022-02-19 15:26:44 -05:00
Mario Rodas
9f5ce9c76b
Merge pull request #160921 from r-ryantm/auto-update/kubedb-cli
...
kubedb-cli: 0.24.0 -> 0.25.0
2022-02-19 14:23:37 -05:00
Mario Rodas
ad300e8e8b
Merge pull request #160549 from r-ryantm/auto-update/cilium-cli
...
cilium-cli: 0.10.2 -> 0.10.3
2022-02-19 14:11:27 -05:00
Maximilian Bosch
d7bec7a127
element-{web,desktop}: 1.10.1 -> 1.10.4
...
ChangeLogs (desktop):
* https://github.com/vector-im/element-desktop/releases/tag/v1.10.2
* https://github.com/vector-im/element-desktop/releases/tag/v1.10.3
* https://github.com/vector-im/element-desktop/releases/tag/v1.10.4
ChangeLogs (web):
* https://github.com/vector-im/element-web/releases/tag/v1.10.2
* https://github.com/vector-im/element-web/releases/tag/v1.10.3
* https://github.com/vector-im/element-web/releases/tag/v1.10.4
2022-02-19 19:21:29 +01:00
R. Ryantm
d95ac0cd62
kubedb-cli: 0.24.0 -> 0.25.0
2022-02-19 17:15:36 +00:00
Mario Rodas
6f92efa319
Merge pull request #160622 from r-ryantm/auto-update/kubeone
...
kubeone: 1.3.3 -> 1.4.0
2022-02-19 12:06:04 -05:00
Renaud
c2345671d5
Merge pull request #153315 from linsui/jami
...
jami-*: 20211213.2.37be4c3 -> 20211223.2.37be4c3
2022-02-19 17:54:08 +01:00
Cole Mickens
07a8e697f6
fluffychat: init at v1.2.0
2022-02-19 15:16:53 +01:00
Arian van Putten
b8eee9e711
Merge pull request #159513 from r-ryantm/auto-update/istioctl
...
istioctl: 1.12.2 -> 1.13.0
2022-02-19 13:46:51 +01:00
Pascal Bach
f280cef880
Merge pull request #160759 from titanous/temporal-tool-suffix
...
temporal: add -tool bin suffixes to match upstream
2022-02-19 08:07:18 +01:00
1sixth
ce74576da2
qbittorrent: 4.4.0 -> 4.4.1
2022-02-19 06:51:42 +00:00
Martin Weinelt
61a6336fb9
Merge pull request #160457 from mweinelt/firefox
2022-02-19 01:56:39 +01:00
Ivv
7d50f11950
Merge pull request #160665 from devhell/init-gurk-rs
...
gurk-rs: init at 0.2.3
2022-02-19 00:49:03 +01:00
R. Ryantm
e7e54ace72
kubernetes: 1.23.3 -> 1.23.4
2022-02-19 07:01:15 +10:00
zowoq
c5531b81bc
krane: remove kubectl wrapper
...
defer to a user provided kubectl
2022-02-19 07:00:48 +10:00
zowoq
c2e75fdf9c
arkade: remove kubectl wrapper
...
defer to a user provided kubectl
2022-02-19 07:00:48 +10:00
Michael Weiss
71ecd7e168
Merge pull request #160755 from primeos/chromiumDev
...
chromiumDev: 100.0.4878.0 -> 100.0.4892.0
2022-02-18 21:25:22 +01:00
Jonathan Rudenberg
c74e610c22
temporal: add -tool bin suffixes to match upstream
2022-02-18 15:09:12 -05:00
Pascal Bach
603927fd44
Merge pull request #160748 from titanous/update-temporal
...
temporal: 1.12.0 -> 1.15.0
2022-02-18 21:00:57 +01:00
Pascal Bach
f05f0f1f87
Merge pull request #160743 from malob/update-signalbackup-tools
...
signalbackup-tools: 20220216 -> 20220218
2022-02-18 20:46:50 +01:00
Bruno Bigras
bb147a32ee
Merge pull request #160742 from bobrik/ivan/cloudflared-2022.2.1
...
cloudflared: 2022.2.0 -> 2022.2.1 + license change
2022-02-18 14:37:38 -05:00
Michael Weiss
6a8989c038
chromiumDev: 100.0.4878.0 -> 100.0.4892.0
2022-02-18 20:37:10 +01:00