R. Ryantm and Bobby Rong
df2c8fdf58
k40-whisperer: 0.60 -> 0.62
2023-01-10 23:06:21 +08:00
Jonas Heinrich and GitHub
d3b4150929
Merge pull request #209815 from lafrenierejm/aws-sso-creds
...
aws-sso-creds: init at 1.4.0
2023-01-10 16:03:47 +01:00
Jonas Heinrich and GitHub
76ceb357b3
Merge pull request #209817 from r-ryantm/auto-update/safeeyes
...
safeeyes: 2.1.4 -> 2.1.5
2023-01-10 16:00:56 +01:00
R. Ryantm and Bobby Rong
ebd12da21f
supabase-cli: 1.27.7 -> 1.29.3
2023-01-10 23:00:40 +08:00
R. Ryantm and Bobby Rong
cd51db6754
awscli2: 2.9.11 -> 2.9.13
2023-01-10 23:00:00 +08:00
Jonas Heinrich and GitHub
8f76a3bf83
Merge pull request #209818 from r-ryantm/auto-update/python310Packages.datadiff
...
python310Packages.datadiff: 2.0.0 -> 2.1.0
2023-01-10 15:57:46 +01:00
Bobby Rong and GitHub
1b4ed2c960
Merge pull request #205274 from r-ryantm/auto-update/cbmc
...
cbmc: 5.71.0 -> 5.74.0
2023-01-10 22:56:19 +08:00
Jonas Heinrich and GitHub
098f772a6c
Merge pull request #209822 from seppeljordan/update-nix-prefetch-github
...
python3Packages.nix-prefetch-github: 5.2.2 -> 6.0.0
2023-01-10 15:54:35 +01:00
Silvan Mosberger and GitHub
80a68f8255
Merge pull request #210042 from tweag/lib.path-tests-fix
...
lib/path/tests: Fix property tests when "-n" is generated
2023-01-10 15:52:53 +01:00
Jonas Heinrich and GitHub
110ce492b8
Merge pull request #209826 from r-ryantm/auto-update/libargs
...
libargs: 6.3.0 -> 6.4.4
2023-01-10 15:52:36 +01:00
R. Ryantm and Bobby Rong
f91681eafe
fastly: 4.5.0 -> 4.6.1
2023-01-10 22:51:36 +08:00
R. Ryantm and Bobby Rong
5212a5c240
okteto: 2.10.3 -> 2.11.0
2023-01-10 22:50:03 +08:00
Jonas Heinrich and GitHub
da4a74554c
Merge pull request #209827 from r-ryantm/auto-update/rcm
...
rcm: 1.3.5 -> 1.3.6
2023-01-10 15:48:41 +01:00
Jonas Heinrich and GitHub
6025d713d1
Merge pull request #209837 from nviets/xgboost173
...
xgboost: 1.7.2 -> 1.7.3
2023-01-10 15:44:35 +01:00
José Romildo Malaquias and GitHub
da2b94e258
Merge pull request #209663 from Icy-Thought/whitesur-icon-theme
...
whitesur-icon-theme: 2022-11-17 -> 2023-01-08
2023-01-10 11:43:11 -03:00
Sandro and GitHub
ede482331b
Merge pull request #198963 from urandom2/mgmt
...
Fixes https://github.com/NixOS/nixpkgs/issues/98458
2023-01-10 15:32:00 +01:00
Bobby Rong and GitHub
60164ab87b
cbmc: mark as broken on aarch64-linux
...
Upstream issue has no respond for a month and ofborg keeps reporting this failure.
2023-01-10 22:29:53 +08:00
ajs124 and GitHub
3977eecf85
Merge pull request #210044 from helsinki-systems/upd/icingaweb2
...
icingaweb2: 2.11.1 -> 2.11.3
2023-01-10 15:23:10 +01:00
Sandro and GitHub
f137588c14
Merge pull request #210006 from urandom2/just
2023-01-10 15:19:47 +01:00
ajs124 and GitHub
b1d001a53f
Merge pull request #210040 from helsinki-systems/fix/polybar-without-aliases
...
polybar: Remove i3-gaps support
2023-01-10 15:09:45 +01:00
Jonas Heinrich and GitHub
852c05df11
Merge pull request #209846 from r-ryantm/auto-update/python310Packages.pysdl2
...
python310Packages.pysdl2: 0.9.14 -> 0.9.15
2023-01-10 15:00:40 +01:00
Bobby Rong and GitHub
2bcf38298a
Merge pull request #210029 from deejayem/ea-fix-pname
...
ea: Fix pname
2023-01-10 21:41:30 +08:00
Janne Heß
62fd1ccad1
icingaweb2: 2.11.1 -> 2.11.3
2023-01-10 14:32:24 +01:00
Janne Heß
185fb1f8e0
icingaweb2-ipl: 0.10.0 -> 0.10.1
2023-01-10 14:32:23 +01:00
Gabriel Arazas and GitHub
a25714161a
dialect: 2.0.2 -> 2.1.1 ( #197230 )
2023-01-10 14:27:07 +01:00
Silvan Mosberger
041b044a66
lib/path/tests: Fix property tests when "-n" is generated
...
When "-n" is generated by the property tests, it causes `echo` to not
output the string since it's interpreted as an option. Apparently
there's no good way to print "-n" with `echo` [1], so switching to
`printf` instead
[1]: https://unix.stackexchange.com/questions/85846/how-can-i-print-n-with-echo
2023-01-10 14:18:35 +01:00
Janne Heß
7d4e95ba75
polybar: Remove i3-gaps support
...
Breaks when no aliases are enabled since #208861
2023-01-10 14:16:25 +01:00
Adam Joseph and sternenseemann
dfa3f14493
cc-wrapper: -march= is not allowed on powerpc
...
Gcc does not allow `-march=` on PowerPC:
https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/RS_002f6000-and-PowerPC-Options.html#RS_002f6000-and-PowerPC-Options
Instead, `-mcpu=` should be used to set the minimum instruction set
and `-mtune=` is used to optimize instruction scheduling for a
specific processor. Both flags take the same set of valid values,
which includes `native`.
This commit causes `isGccArchSupported` to return `false` for PowerPC
targets so we never pass an `-march=` flag, since that will always be
rejected by gcc.
2023-01-10 14:05:03 +01:00
Thibault Gagnaux and Manuel Bärenz
ad92b19e36
glaxnimate: disable failing integration test on darwin
2023-01-10 14:03:32 +01:00
Jonas Heinrich and GitHub
d46a8e74bc
Merge pull request #209905 from mahmoudk1000/master
...
anki-bin: 2.1.55 -> 2.1.56
2023-01-10 13:53:25 +01:00
Jonas Heinrich and GitHub
41bd3b658a
Merge pull request #209921 from r-ryantm/auto-update/xmedcon
...
xmedcon: 0.22.0 -> 0.23.0
2023-01-10 13:44:22 +01:00
Fabian Affolter and GitHub
ca0909abc6
Merge pull request #201975 from r-ryantm/auto-update/rednotebook
...
rednotebook: 2.26 -> 2.29
2023-01-10 13:42:23 +01:00
Jonas Heinrich and GitHub
f8bc3bf489
Merge pull request #209924 from figsoda/ruff
...
ruff: 0.0.215 -> 0.0.217
2023-01-10 13:31:28 +01:00
Sandro and GitHub
0761fef6b1
Merge pull request #210020 from urandom2/nextcloud-packages
2023-01-10 13:27:14 +01:00
Jonas Heinrich and GitHub
59c6d3e0ce
Merge pull request #209948 from romildo/upd.xfce4-screenshooter
...
xfce.xfce4-screenshooter: 1.10.1 -> 1.10.2
2023-01-10 13:21:07 +01:00
Fabian Affolter and GitHub
9f8c55f732
Merge pull request #210025 from r-ryantm/auto-update/python310Packages.google-cloud-dataproc
...
python310Packages.google-cloud-dataproc: 5.0.3 -> 5.1.0
2023-01-10 13:20:27 +01:00
Sandro and GitHub
79562c9aa1
Merge pull request #209307 from deejayem/zsh-forgit-23.01.0
2023-01-10 13:20:00 +01:00
Fabian Affolter and GitHub
f386617df5
Merge pull request #210027 from r-ryantm/auto-update/python310Packages.persistent
...
python310Packages.persistent: 4.9.3 -> 5.0
2023-01-10 13:19:44 +01:00
Fabian Affolter and GitHub
2ed69a1e8f
Merge pull request #210016 from r-ryantm/auto-update/python310Packages.aioshelly
...
python310Packages.aioshelly: 5.2.0 -> 5.2.1
2023-01-10 13:19:22 +01:00
Jonas Heinrich and GitHub
f92cbd7919
Merge pull request #209953 from r-ryantm/auto-update/sherpa
...
sherpa: 2.2.12 -> 2.2.13
2023-01-10 13:18:35 +01:00
David Morgan
00b56427d3
ea: Fix pname
2023-01-10 12:11:38 +00:00
Jonas Heinrich and GitHub
118ab82c8d
Merge pull request #209928 from malob/update-signalbackup-tools
...
signalbackup-tools: 20221227-1 -> 20230109-1
2023-01-10 13:00:16 +01:00
R. Ryantm
12aaafe9eb
python310Packages.persistent: 4.9.3 -> 5.0
2023-01-10 11:50:09 +00:00
R. Ryantm
a37c741a18
python310Packages.google-cloud-dataproc: 5.0.3 -> 5.1.0
2023-01-10 11:42:24 +00:00
Jonas Heinrich and GitHub
41bebcf7df
Merge pull request #209936 from r-ryantm/auto-update/partclone
...
partclone: 0.3.20 -> 0.3.21
2023-01-10 12:30:09 +01:00
Jonas Heinrich and GitHub
364861a197
Merge pull request #209937 from r-ryantm/auto-update/randoop
...
randoop: 4.3.1 -> 4.3.2
2023-01-10 12:28:45 +01:00
Jonas Heinrich and GitHub
4fc4264fd5
Merge pull request #209925 from r-ryantm/auto-update/colordiff
...
colordiff: 1.0.20 -> 1.0.21
2023-01-10 12:26:31 +01:00
Anderson Torres and GitHub
19e5aae923
Merge pull request #210008 from r-ryantm/auto-update/ventoy-bin-full
...
ventoy-bin-full: 1.0.86 -> 1.0.87
2023-01-10 08:13:46 -03:00
Janne Heß and GitHub
6212a3746c
Merge pull request #209876 from helsinki-systems/fix/proxysql-py3
...
proxysql: fix build after #201859
2023-01-10 12:12:56 +01:00
Fabian Affolter and GitHub
a75791e616
Merge pull request #209896 from r-ryantm/auto-update/python310Packages.types-redis
...
python310Packages.types-redis: 4.3.21.7 -> 4.4.0.0
2023-01-10 12:11:25 +01:00