Dmitry Bogatov
64da60d311
passage: init at unstable-2022-05-01
2022-05-29 00:19:34 -04:00
Aaron Jheng
9c2dcb5ac5
ngrok-1: remove
2022-05-29 03:10:04 +00:00
AndersonTorres
d35c9bd26c
Rename arcan to arcanPackages
...
It makes the expressions less confusing.
2022-05-28 23:52:02 -03:00
Ivv
e2bdf49580
Merge pull request #173134 from linsui/yutto
...
yutto: init at 2.0.0b13
2022-05-29 02:41:52 +02:00
Vladyslav M
a655844561
magic-wormhole-rs: 0.3.0 -> 0.5.0
2022-05-29 00:02:10 +03:00
Sandro
d7528289e7
Merge pull request #167028 from dadada/init-nmrpflash
2022-05-28 22:29:40 +02:00
Alyssa Ross
c3c0dd00d8
treewide: fix loss of precision in NixOS systems
...
Prior to this patch:
$ nix-instantiate --eval -E '
> with import ./. {
> localSystem.config = "aarch64-unknown-linux-musl";
> };
> (nixos {}).config.nixpkgs.localSystem.config
> '
"aarch64-unknown-linux-gnu"
Because only the system triple was being passed through, the Musl part
of the system specification was lost. This patch fixes various
occurrences of NixOS evaluation when a Nixpkgs evaluation is already
available, to pass through the full elaborated system attribute set,
to avoid this loss of precision.
2022-05-28 20:01:55 +00:00
Mario Rodas
8bce8b05d3
Merge pull request #173501 from aaronjheng/mysql80
...
mysql: 8.0.28 -> 8.0.29
2022-05-28 13:23:48 -05:00
dadada
9d792ec3af
nmrpflash: init at 0.9.16
2022-05-28 20:04:45 +02:00
Thibault Gagnaux
fe949d64ef
libreoffice: rename libreoffice -> libreoffice-bin
2022-05-28 17:40:04 +02:00
ranfdev
7d4af5de40
blueprint-compiler: init at 0.1.0
...
This package is needed by many new gtk apps.
2022-05-28 16:21:12 +02:00
Mario Rodas
96faefe436
contour: 0.1.1 -> 0.3.1.200
2022-05-28 04:20:00 +00:00
Yang, Bo
f4825e5e9f
libdwarf: 20181024 -> 20210528 ( #174977 )
2022-05-28 02:33:02 +02:00
Azat Bahawi
f39110594e
werf: 1.2.99 -> 1.2.107
...
https://github.com/werf/werf/releases/tag/v1.2.107
2022-05-28 01:50:58 +03:00
Anselm Schüler
ec4c76e0a8
curtail: init at 1.3.0
2022-05-28 00:50:49 +02:00
Sandro
23818caaed
Merge pull request #173947 from LunNova/lunnova/init-vkdisplayinfo
...
vkdisplayinfo: init at 0.1
2022-05-28 00:49:44 +02:00
Luna Nova
108dea5cda
vkdisplayinfo: init at 0.1
...
https://github.com/ChristophHaag/vkdisplayinfo
Apply suggestions from @SuperSandro2000's code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Don't use pipefail
2022-05-27 18:56:45 -07:00
Sandro
1c3d61e8aa
Merge pull request #174149 from chivay/honggfuzz-fix
...
honggfuzz: Use LLVM 12
2022-05-28 00:42:44 +02:00
Maximilian Bosch
39dbb63501
Merge pull request #174738 from bjornfor/fix-pulseview
...
pulseview: hotfix build
2022-05-28 00:15:20 +02:00
Bjørn Forsman
8d5481d01c
pulseview: hotfix build
...
libsForQt514 uses a custom stdenv that cause breakage when mixed with
boost built with normal stdenv. Fix it by building boost with the same
stdenv as libsForQt514.
This is a dirty fix compared to https://github.com/NixOS/nixpkgs/pull/171380 ,
but without mass rebuilds.
2022-05-27 20:22:02 +02:00
Sandro
d07a00f0b9
Merge pull request #174685 from dotlambda/warp-init
...
warp: init at 0.1.2
2022-05-27 19:37:53 +02:00
Sandro
1b5980eb61
Merge pull request #174960 from SuperSandro2000/binocle
...
binocle: init at 0.3.0
2022-05-27 19:05:21 +02:00
Sandro
83f03401a7
Merge pull request #174819 from mweinelt/ansible
...
ansible_2_12: 2.12.5 -> 2.12.6; add meta.changelog; remove my maintainership
2022-05-27 18:52:05 +02:00
Sandro
00a700e7ae
Merge pull request #171205 from aaronjheng/okteto
...
okteto: init at 2.3.1
2022-05-27 18:48:33 +02:00
Sandro
2539189d0f
Merge pull request #174560 from RamKromberg/fix/metamorphose2
...
metamorphose2: 0.9.0 -> 0.10.0 & revert drop
2022-05-27 18:39:04 +02:00
Sandro Jäckel
6ff6d35a69
binocle: init at 0.3.0
2022-05-27 18:38:30 +02:00
Thibault Gagnaux
8315cf274b
libreoffice: add darwin to meta platforms and extract to common.nix
...
As a result, the darwin derivations will show up on
https://search.nixos.org/packages .
2022-05-27 17:28:31 +02:00
Thibault Gagnaux
b9a5485aa5
Revert "libreoffice: move darwin to separate libreoffice-darwin package"
...
Introducing a new name for each complex darwin derivation does not
scale.
This reverts commit b207ef980751b2dfe2f222fbd7dbc854f9bd90bf.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux
d4dd3f5f7e
libreoffice: move darwin to separate libreoffice-darwin package
...
The linux and darwin derivations are completely different. Therefore, it
makes more sense to treat them as two separate, independent derivations.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux
8395d7a4d3
libreoffice: add update-script for darwin
2022-05-27 17:28:29 +02:00
maxine [they]
7758705cfd
Merge pull request #174794 from maxeaubrey/kind_0.14.0
...
kind: 0.11.1 -> 0.14.0
2022-05-27 12:32:52 +02:00
Aaron Jheng
bbf24b7305
okteto: init at 2.3.1
2022-05-27 00:48:19 +00:00
Sandro
26b3864c6b
Merge pull request #171290 from khrj/add-bootstrap-studio
...
bootstrap-studio: init at 6.0.1
2022-05-27 02:41:05 +02:00
Sandro
bc475bd757
Merge pull request #170927 from Atry/libdwarf_0_4
2022-05-27 02:32:43 +02:00
Peter Hoeg
d9e295cdef
openxcom: build with SDL_compat
2022-05-27 08:09:56 +08:00
Peter Hoeg
1f12226231
rott: build with SDL_compat
2022-05-27 08:09:56 +08:00
Peter Hoeg
73a4c001d4
SDL_compat: init at 1.2.52
2022-05-27 08:09:56 +08:00
Mario Rodas
d1c9343c16
Merge pull request #174509 from marsam/update-pgmetrics
...
pgmetrics: 1.12.0 -> 1.13.0
2022-05-26 18:52:37 -05:00
Martin Weinelt
df97614d21
ansible, ansible_2_12: add meta.changelog
2022-05-27 01:10:57 +02:00
Martin Weinelt
c7d07ecaa2
ansible_2_12: 2.12.5 -> 2.12.6
...
https://groups.google.com/g/ansible-announce/c/81wcXfiMyzA
https://github.com/ansible/ansible/blob/v2.12.6/changelogs/CHANGELOG-v2.12.rst
2022-05-27 01:08:16 +02:00
Maxine Aubrey
5b062820b6
kind: 0.11.1 -> 0.14.0
...
- https://github.com/kubernetes-sigs/kind/releases/tag/v0.12.0
- https://github.com/kubernetes-sigs/kind/releases/tag/v0.13.0
- https://github.com/kubernetes-sigs/kind/releases/tag/v0.14.0
Changes:
- update/fix nixos specific kernel module path patch
- change build options to match upstream
- pin major go version to match upstream
2022-05-26 22:09:55 +02:00
Manuel Bärenz
3b6fb49f3d
scribus: Rename scribus{,Unstable} -> scribus{_1_4,}
2022-05-26 21:10:04 +02:00
Ben Siraphob
85b0971c3c
Merge pull request #174752 from Yureien/init/wgcf
2022-05-26 09:03:38 -07:00
Thomas Tuegel
e12e133539
Merge pull request #174646 from helsinki-systems/qjson-qt5
...
qjson: qt4 -> qt5, clementine: build without qt4 & remove libechonest
2022-05-26 10:28:35 -05:00
ajs124
a212889d9a
qjson: move to qt5-packages
2022-05-26 17:02:55 +02:00
Soham Sen
995033c439
wgcf: init at 2.2.14
2022-05-26 20:09:36 +05:30
Jonas Heinrich
f81c763c1d
nixos/appvm: init at unstable-2021-12-20
...
Co-authored-by: Mikhail Klementev <blame@dumpstack.io>
Co-authored-by: Cabia Rangris <me@cab404.ru>
2022-05-26 08:33:49 -04:00
Robert Schütz
4a8b1f3a22
warp: init at 0.1.2
2022-05-26 06:48:01 +00:00
Mario Rodas
4307907d72
python39Packages.pdfminer-six: add alias to pdfminer
2022-05-25 23:47:50 -07:00
Maciej Krüger
41e3072c81
Merge pull request #147232 from mkg20001/zen-tweaks
2022-05-26 06:44:54 +02:00
legendofmiracles
e221ba1e6b
Merge pull request #174591 from Infinidoge/new/packwiz
...
packwiz: init
2022-05-25 21:41:06 -06:00
Infinidoge
9687b5e62e
packwiz: init
2022-05-25 23:21:45 -04:00
Yang, Bo
3654935a3a
libdwarf_0_4: init at 0.4.0
2022-05-25 19:34:54 -07:00
linsui
845591e71b
yutto: init at 2.0.0b13
2022-05-26 10:06:31 +08:00
linsui
ba5adb55e0
biliass: init at 1.3.4
2022-05-26 10:06:30 +08:00
ajs124
c2e15baf04
libechonest: remove
2022-05-26 03:53:54 +02:00
ajs124
d60f81e8c1
qjson: qt4 -> qt5
2022-05-26 03:22:50 +02:00
Travis Davis
4be2ce0d4d
sov: init as 0.71 ( #174492 )
...
* sov: init as v0.71
* Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-25 23:30:07 +02:00
Martin Weinelt
871f9530db
Merge pull request #174346 from helsinki-systems/drop/holdingnuts
...
holdingnuts: remove
2022-05-25 21:33:30 +02:00
Sandro
97193fceb9
Merge pull request #169312 from 06kellyjac/apko
...
apko: init at 0.3.3
2022-05-25 21:06:57 +02:00
Pavol Rusnak
27d54ad2e9
Merge pull request #174556 from prusnak/clboss
...
clboss: init at 0.12
2022-05-25 20:02:55 +02:00
Sandro
d0f6b9d596
Merge pull request #174096 from GaetanLepage/pkg/mprocs
...
mprocs: init at 0.2.2
2022-05-25 19:29:50 +02:00
Ram Kromberg
61f655ccec
Revert "metamorphose2: drop"
...
This reverts commit 608cde3bd4
.
2022-05-25 20:22:14 +03:00
Pavol Rusnak
faf5052a23
clboss: init at 0.12
2022-05-25 19:14:20 +02:00
Sandro
7fa8d8b2e2
Merge pull request #153481 from Tchekda/submit/bird-lg
2022-05-25 18:20:58 +02:00
Pavol Rusnak
ef50f067f7
Merge pull request #171043 from prusnak/curlWithGnuTls
...
treewide: refactor curlWithGnuTls into all-packages.nix
2022-05-25 17:18:07 +02:00
Alyssa Ross
78cf42b90d
cgiserver: init at 1.0.0
2022-05-25 12:32:34 +00:00
Arnout Engelen
b27f78f56e
Merge pull request #171641 from raboof/rename-dotty-scala_3
...
dotty: rename to scala_3
2022-05-25 14:11:57 +02:00
davidak
2ab874f627
Merge pull request #173391 from Alexnortung/activate-linux
...
activate-linux: init at unstable-2022-05-22
2022-05-25 12:08:38 +02:00
Mario Rodas
e81a247cb6
pgmetrics: 1.12.0 -> 1.13.0
...
https://github.com/rapidloop/pgmetrics/releases/tag/v1.13.0
2022-05-25 04:20:00 +00:00
Aaron Andersen
137121f74e
Merge pull request #174295 from etu/php-default-to-php81
...
php: Upgrade from PHP 8.0 to 8.1 as default PHP
2022-05-24 23:29:17 -04:00
ajs124
3cf64d717a
holdingnuts: remove
2022-05-25 01:22:31 +02:00
Sandro
7c8e39e452
Merge pull request #163477 from 06kellyjac/tracee_bin
...
tracee: init at 0.7.0
2022-05-24 19:44:33 +02:00
Elis Hirwing
868e519238
php: Upgrade from PHP 8.0 to 8.1 as default PHP
2022-05-24 19:24:49 +02:00
Sandro
5ce6597eca
Merge pull request #172447 from viraptor/add-go-camo
...
go-camo: init at 2.4.0
2022-05-24 17:55:48 +02:00
Thomas Tuegel
1daa1ede66
Merge pull request #174205 from dotlambda/cutemaze-1.3.1
...
cutemaze: 1.3.0 -> 1.3.1
2022-05-24 10:16:59 -05:00
Bobby Rong
da8c705785
Merge pull request #173793 from 06kellyjac/trivy
...
trivy: mark x86_64-darwin broken
2022-05-24 21:21:14 +08:00
Sandro
c7cd9d20c4
Merge pull request #173806 from SuperSandro2000/systeroid
2022-05-24 14:45:50 +02:00
Shea Levy
ad9a297ff4
nix-plugins: 8.0.0 -> 9.0.0
2022-05-24 04:27:22 -04:00
Ben Siraphob
ab181a6f5f
Merge pull request #174227 from dotlambda/archivy-simplify
2022-05-23 21:46:12 -07:00
Ben Siraphob
eba6de24c1
Merge pull request #169379 from reckenrode/vulkan-tools-darwin
2022-05-23 21:34:22 -07:00
Robert Schütz
a8a0313b98
archivy: simplify expression
2022-05-24 03:58:40 +00:00
Robert Schütz
cbbd0f77ea
cutemaze: 1.3.0 -> 1.3.1
...
https://github.com/gottcode/cutemaze/blob/v1.3.1/ChangeLog
2022-05-23 23:35:55 +00:00
Thomas Tuegel
a81fb7121a
Merge pull request #169296 from NickCao/qt6-cleanup
...
qt6: init at 6.3.0
2022-05-23 15:10:40 -05:00
Sandro Jäckel
fc4dc5ef8c
systeroid: init at 0.1.1
2022-05-23 21:57:07 +02:00
Sandro Jäckel
e9be5fe419
linux-doc: init
2022-05-23 21:57:06 +02:00
Guillaume Girol
09f34965e2
Merge pull request #170297 from Julow/ocamlformat_0_21
...
Ocamlformat 0.21.0 and Cmdliner 1.1.1
2022-05-23 19:06:30 +00:00
Janne Heß
3673f148b3
Merge remote-tracking branch 'origin/staging-next'
...
* origin/staging-next: (62 commits)
Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749 )"
openldap: fix cross-compilation
makeBinaryWrapper: fix codesign on aarch64-darwin
python3Packages.ldap: fix linking with openldap 2.5+
Revert "lua: fix on darwin by using makeBinaryWrapper (#172749 )"
wine: enable parallel build again
pkgsi686Linux.gdb: fix formatting for 32-bit systems
gtk4: Fix incorrect merge
nixos/openldap: use upstream unit defaults
openldap: update maintainers
openldap: 2.4.58 -> 2.6.2
Revert "Add mingwW64-llvm cross-system."
lua: fix on darwin by using makeBinaryWrapper (#172749 )
python310Packages.python-mimeparse: execute tests
pandas: fix darwin build
gtk3: 3.24.33 -> 3.24.33-2022-03-11
gtk4: patch fixing g-c-c crashes
e2fsprogs: patch for CVE-2022-1304
firefox-unwrapped: fix cross compilation
rustc: expose correct llvmPackages for cross compile
...
2022-05-23 19:56:59 +02:00
Hubert Jasudowicz
924139096a
honggfuzz: Use LLVM 12
...
Using LLVM 11 results in broken binaries generated by hfuzz-clang,
crashing with error:
UndefinedBehaviorSanitizer failed to allocate 0x0 (0) bytes of SetAlternateSignalStack
Fixes #174118
2022-05-23 18:54:56 +02:00
Artturi
e00bb60b19
Merge pull request #173430 from Artturin/fetchzippost
2022-05-23 18:25:50 +03:00
Ivv
51ba3f1ac9
Merge pull request #173433 from kira64xyz/citra
...
citra: rename to citra-nightly, init citra-canary
2022-05-23 16:59:45 +02:00
Gaetan Lepage
22e0c737ad
mprocs: init at 0.2.2
2022-05-23 16:15:33 +02:00
davidak
6d82088583
Merge pull request #173987 from gador/init-box64
...
box64: init at 0.1.8
2022-05-23 14:37:53 +02:00
github-actions[bot]
f51499324c
Merge master into staging-next
2022-05-23 12:01:25 +00:00
Pavol Rusnak
e69af2535c
Merge pull request #167727 from emmanuelrosa/sparrow
2022-05-23 12:54:43 +02:00
Janne Heß
09438ed9ce
Merge pull request #173968 from symphorien/scantailor-advanced-zhf
...
scantailor-advanced: fix build with qt5.15 by switching to a maintained fork
2022-05-23 11:01:21 +02:00
Alexander Nortung
7af228f1b6
activate-linux: init at unstable-2022-05-22
2022-05-23 10:24:29 +02:00
Robert Schütz
a452e0e264
hypnotix: init at 2.6
2022-05-23 06:33:24 +00:00
Florian Brandes
ba114c4465
box64: init at 0.1.8
...
Co-authored-by: Robert Schütz <github@dotlambda.de>
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-23 08:13:41 +02:00
Randy Eckenrode
5603dff93c
vulkan-tools: enable support for Darwin
2022-05-23 01:03:34 -04:00
Nick Cao
33775ec9a2
tdesktop: 3.6.0 -> 3.7.3
2022-05-23 09:37:43 +08:00
milahu
5baa20d7c8
qt6: init at 6.3.0
2022-05-23 09:37:40 +08:00
github-actions[bot]
ba5122823c
Merge master into staging-next
2022-05-23 00:02:36 +00:00
Pascal Wittmann
13b6e21c20
Merge pull request #174034 from risicle/ris-falcon-gcc-10
...
falcon: use gcc10Stdenv
2022-05-22 22:23:02 +02:00
Jules Aguillon
29750d369c
ocamlformat: 0.20.1 -> 0.21.0
...
The cmdliner dependency changed.
Update older version to use cmdliner_1_0 explicitly to be ready when it
changes.
2022-05-22 20:58:24 +02:00
Artturin
5a6a31e54d
fetchzip: extraPostFetch -> postFetch && tests
2022-05-22 21:18:52 +03:00
Robert Scott
254ffa6f53
falcon: use gcc10Stdenv
...
build fails with gcc 11
2022-05-22 19:03:46 +01:00
github-actions[bot]
107b6041bc
Merge master into staging-next
2022-05-22 18:01:20 +00:00
Jörg Thalheim
3f39d66c9e
Merge pull request #168480 from NixOS/drop/go116
...
go1.16: remove
2022-05-22 17:05:18 +01:00
Jörg Thalheim
3217850d04
mob: build against newer go version
2022-05-22 15:26:04 +00:00
ajs124
b7a56be514
go_1_16: remove
2022-05-22 15:22:11 +00:00
ajs124
dab5668f6b
nomad_1_1: drop
2022-05-22 15:22:11 +00:00
ajs124
235dd7235f
gvisor: mark as broken
2022-05-22 15:22:11 +00:00
Martin Weinelt
05232d19b6
Merge pull request #163220 from fleaz/init-r53_ddns
2022-05-22 17:08:55 +02:00
ajs124
0ec34d4cd1
utahfs: mark as broken
2022-05-22 13:47:14 +00:00
ajs124
caa2b2ee68
goofys: mark as broken
2022-05-22 13:47:14 +00:00
ajs124
d07070507c
yajsv: fix build with newer go
2022-05-22 13:47:13 +00:00
ajs124
ceebedb1db
sampler: fix build with go 1.17
2022-05-22 13:47:13 +00:00
ajs124
07e0094749
obfs4: 0.0.11 -> 0.0.12
2022-05-22 13:47:13 +00:00
ajs124
6a9322064d
vouch-proxy: disable checkPhase
2022-05-22 13:47:12 +00:00
ajs124
fa8874694f
mycorrhiza: 1.8.2 -> 1.9.0
2022-05-22 13:47:12 +00:00
ajs124
ff95455ab2
textql: 2.0.3 -> unstable-2021-07-06
2022-05-22 13:47:12 +00:00
ajs124
5c46ce199d
godu: don't pin to go1.16
2022-05-22 13:47:12 +00:00
ajs124
8d2436dfff
ipfs-migrator-all-fs-repo-migrations: don't pin to go1.16
2022-05-22 13:47:11 +00:00
ajs124
8da4426222
ipfs: don't pin to go1.16
2022-05-22 13:47:11 +00:00
ajs124
0ebd5585be
gomobile: don't pin to go 1.16
2022-05-22 13:47:11 +00:00
ajs124
1909454e55
Revert "ncdns: pin to go 1.16"
...
This reverts commit cee6ccfc75
.
2022-05-22 13:47:11 +00:00
Maximilian Bosch
e402e3c061
Merge pull request #169039 from SebTM/notepad-next
...
notepad-next: init at 0.5.1
2022-05-22 14:13:45 +02:00
github-actions[bot]
86ec85655d
Merge master into staging-next
2022-05-22 12:01:28 +00:00
Guillaume Girol
6e17b6945c
scantailor-advanced: fix build with qt5.15 by switching to a maintained fork
...
https://github.com/4lex4/scantailor-advanced/issues/170#issuecomment-1030857156
2022-05-22 12:00:00 +00:00
Artturi
3efe7235dc
Merge pull request #173918 from tssm/neovim-darwin-coreservices
...
neovim: Pass CoreServices when building on darwin
2022-05-22 14:15:21 +03:00
Tae Selene Sandoval Murgan
f7e2353e0b
neovim: Pass CoreServices when building on darwin
2022-05-22 09:16:22 +02:00
sudosubin
0c5462544c
pretendard: init at 1.3.0
2022-05-21 23:14:04 -07:00
github-actions[bot]
dbef850602
Merge master into staging-next
2022-05-22 00:02:20 +00:00
Ben Siraphob
3c31489f15
Merge pull request #173933 from siraben/zchaff-init
...
zchaff: init at 2004.5.13
2022-05-21 16:26:06 -07:00
Emmanuel Rosa
4c5591606c
sparrow: init at 1.6.4
2022-05-21 18:39:27 -04:00
Ben Siraphob
a6aa08532c
zchaff: init at 2004.5.13
2022-05-21 15:12:08 -07:00
Mario Rodas
48c257520b
Merge pull request #167325 from aaronjheng/wireguard-go
...
wireguard-go: 0.0.20210424 -> 0.0.20220316
2022-05-21 17:05:19 -05:00
Mario Rodas
dca67672c3
Merge pull request #170935 from matthewpi/init/mutagen-compose
...
mutagen-compose: init at 0.14.0
2022-05-21 17:03:20 -05:00
Francesco Gazzetta
686d176637
zeronet-conservancy: init at 0.7.5
2022-05-21 17:46:28 -04:00
Justin Bedő
48a33d0bbe
Merge pull request #171597 from NixOS/r-updates
...
R 4.2.0
2022-05-22 07:20:19 +10:00
Sandro
356c9d618d
Merge pull request #172302 from chvp/init-uni
...
uni: init at 2.5.1
2022-05-21 20:54:12 +02:00
github-actions[bot]
084f3d75e7
Merge master into staging-next
2022-05-21 18:01:06 +00:00
Maximilian Bosch
bfa8abf3b0
Merge pull request #170797 from Ma27/mailman
...
mailman: refactor package structure
2022-05-21 19:24:24 +02:00
Maximilian Bosch
33c44a1031
nextcloud22: drop
...
Version 22 will be EOLed in July 2022[1] and we shouldn't have
unsupported software in the soon-to-be-released NixOS 22.05, hence
dropping it already.
[1] https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
2022-05-21 18:34:28 +02:00
Jan Tojnar
b8b9f52393
Merge branch 'master' into staging-next
...
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0
and f6c5761935
.
2022-05-21 17:52:39 +02:00
Rick van Schijndel
51e10e5356
Merge pull request #173604 from mehmooda/fix_breakpoint_hook
...
breakpointHook: Allow use of breakpointHook when cross-compiling
2022-05-21 15:54:54 +02:00
Ivv
36ded0f705
Merge pull request #173050 from fufexan/catppuccin-gtk
...
catppuccin-gtk: init at unstable-2022-02-24
2022-05-21 15:22:25 +02:00
Mihai Fufezan
6bece8c800
catppuccin-gtk: init at unstable-2022-02-24
2022-05-21 15:57:58 +03:00
Rick van Schijndel
c0fd7af59a
Merge pull request #173218 from NickCao/hydra-update
...
hydra-unstable: 2022-02-07 -> 2022-05-03
2022-05-21 14:46:55 +02:00