Commit Graph

691448 Commits

Author SHA1 Message Date
Nick Cao
25575a0249
ssdfs-utils: 4.45 -> 4.46 (#346898) 2024-10-10 19:28:31 -04:00
Nick Cao
d5482c5f8c
darcs-to-git: 0-unstable-2024-02-20 -> 0-unstable-2024-09-30 (#346980) 2024-10-10 19:17:50 -04:00
Nick Cao
16ec71d25e
protoc-gen-go: 1.34.2 -> 1.35.1 (#347106) 2024-10-10 19:16:31 -04:00
Nick Cao
9b83b03f55
upbound: 0.33.0 -> 0.34.0 (#347386) 2024-10-10 19:13:41 -04:00
Nick Cao
99b1401f7e
weaviate: 1.26.4 -> 1.26.6 (#347406) 2024-10-10 19:08:34 -04:00
Nick Cao
adcc9abd57
bngblaster: 0.9.7 -> 0.9.8 (#347412) 2024-10-10 19:07:54 -04:00
Nick Cao
ceb4d37ddc
dracula-theme: 4.0.0-unstable-2024-09-24 -> 4.0.0-unstable-2024-10-03 (#347436) 2024-10-10 19:03:33 -04:00
Nick Cao
0adcdc1721
fh: 0.1.17 -> 0.1.18 (#347483) 2024-10-10 19:01:24 -04:00
Nick Cao
5c8b5b04ab
prometheus-pgbouncer-exporter: 0.9.0 -> 0.10.0 (#347528) 2024-10-10 19:00:52 -04:00
Nick Cao
fc47f4d3cf
python312Packages.ncclient: 0.6.15 -> 0.6.16 (#347550) 2024-10-10 18:59:51 -04:00
Nick Cao
4b445d876d
python312Packages.shippinglabel: 2.0.0 -> 2.1.0 (#347551) 2024-10-10 18:58:46 -04:00
Nick Cao
41a95526e9
python312Packages.yosys: 0.45 -> 0.46 (#347581) 2024-10-10 18:50:46 -04:00
Nick Cao
e003856ba8
redis-plus-plus: 1.3.12 -> 1.3.13 (#347552) 2024-10-10 18:46:24 -04:00
Nick Cao
dfbc1defac
python312Packages.scikit-posthocs: 0.9.0 -> 0.9.1 (#347553) 2024-10-10 18:45:17 -04:00
Nick Cao
9eb1419a50
python312Packages.hcloud: 2.2.1 -> 2.3.0 (#347571) 2024-10-10 18:44:39 -04:00
Nick Cao
33bbf2f834
python312Packages.uxsim: 1.6.0 -> 1.7.0 (#347588) 2024-10-10 18:41:05 -04:00
Nick Cao
23b5bb2cd9
sqldef: 0.17.19 -> 0.17.20 (#347589) 2024-10-10 18:39:47 -04:00
Nick Cao
1e38de82ad
lomiri.mediascanner2: 0.115 -> 0.116 (#347608) 2024-10-10 18:38:48 -04:00
Nick Cao
7d1246f946
python312Packages.xknxproject: 3.8.0 -> 3.8.1 (#347647) 2024-10-10 18:37:14 -04:00
Atemu
88a52b4cc7
teamviewer: Update download url (#347744) 2024-10-11 00:35:49 +02:00
Nick Cao
2603e02e35
python312Packages.conda-package-handling: 2.3.0 -> 2.4.0 (#347654) 2024-10-10 18:33:49 -04:00
Nick Cao
09d84fb6a1
picard-tools: 3.2.0 -> 3.3.0 (#347655) 2024-10-10 18:33:00 -04:00
Nick Cao
ec9691a03f
warp-terminal: 0.2024.09.24.08.02.stable_01 -> 0.2024.10.08.08.02.stable_01 (#347779) 2024-10-10 18:28:07 -04:00
Rouven Seifert
6399a3075b
dracula-icon-theme: unstable-2021-07-21 -> unstable-2024-05-26 2024-10-11 00:26:51 +02:00
Fabián Heredia Montiel
627c76c54a
makemkv: 1.17.7 -> 1.17.8, add updateScript (#346220) 2024-10-10 16:25:56 -06:00
Fabián Heredia Montiel
711a8dac64
errands: 46.2.4 -> 46.2.5 (#346635) 2024-10-10 16:24:47 -06:00
Fabian Affolter
f8edec1bdb
adcskiller: init at 0-unstable-2024-05-19 (#344732) 2024-10-11 00:24:06 +02:00
Fabian Affolter
498ec78783 coercer: modernize 2024-10-11 00:22:06 +02:00
Nick Cao
45fb2feb3f
raycast: 1.83.2 -> 1.84.2 (#347708) 2024-10-10 18:18:38 -04:00
Fabian Affolter
aa848de8f3 python312Packages.xknxproject: use hashlib instead of cryptography 2024-10-11 00:13:38 +02:00
Fabian Affolter
930d54596e baddns: init at 1.1.869
Tool to check subdomains for subdomain takeovers and other DNS issues

https://github.com/blacklanternsecurity/baddns/
2024-10-11 00:11:29 +02:00
Nick Cao
8cb39ebf28
lutgen: 0.11.0 -> 0.11.2 (#347659) 2024-10-10 18:00:42 -04:00
Nick Cao
3208ff2980
python312Packages.conda-package-streaming: 0.10.0 -> 0.11.0 (#347663) 2024-10-10 17:59:31 -04:00
MithicSpirit
e14483d6a6
formats.ini: disable merging as list by default
Previously, setting listsAsDuplicateKeys or listToValue would make it so
merging these treat all values as lists, by coercing non-lists via
lib.singleton. Some programs (such as gamemode; see #345121), allow some
values to be repeated but not others, which can lead to unexpected
behavior when non-list values are merged like this rather than throwing
an error.

This now makes that behavior opt-in via the mergeAsList option. Setting
mergeAsList (to either true or false) without setting either
listsAsDuplicateKeys or listToValue is an error, since lists are
meaningless in this case.
2024-10-10 17:57:41 -04:00
Nick Cao
e5e2a4b18e
jumppad: 0.14.0 -> 0.15.0 (#347684) 2024-10-10 17:51:32 -04:00
Nick Cao
2ecce5f339
devspace: 6.3.13 -> 6.3.14 (#347685) 2024-10-10 17:51:03 -04:00
Nick Cao
dd3a11f70d
devbox: 0.13.3 -> 0.13.4 (#347627) 2024-10-10 17:44:33 -04:00
Nick Cao
fe74a86ab2
wasmtime: 25.0.1 -> 25.0.2 (#347617) 2024-10-10 17:43:42 -04:00
Peder Bergebakken Sundt
a0ff7540ac
python312Packages.plotly: 5.24.0 -> 5.24.1 (#347668) 2024-10-10 23:29:26 +02:00
Gaetan Lepage
cccb984259 python312Packages.faiss: patch use of deprecated numpy.distutils 2024-10-10 23:16:18 +02:00
Gaetan Lepage
44d92674c6 faiss, python312Packages.faiss: remove useless wheel from build-system 2024-10-10 23:15:32 +02:00
redyf
566fcc9180 figma-linux: 0.11.4 -> 0.11.5
https://github.com/Figma-Linux/figma-linux/releases/tag/v0.11.5
2024-10-10 18:10:26 -03:00
Fabian Affolter
6b18531416
python3Packages.rns: 0.8.2 -> 0.8.3 (#347741) 2024-10-10 23:08:07 +02:00
Fabian Affolter
289267711c
python312Packages.nox: 2024.04.15 -> 2024.10.09 (#347572) 2024-10-10 22:46:07 +02:00
Mihai Fufezan
722d13a9ba
hyprlandPlugins.hyprsplit: 0.43.0 -> 0.44.1 2024-10-10 23:40:34 +03:00
Mihai Fufezan
4d38a08737
hyprlandPlugins.hyprspace: 0-unstable-2024-08-21 -> 0-unstable-2024-09-16 2024-10-10 23:40:16 +03:00
Mihai Fufezan
48c438a499
hyprlandPlugins.hyprscroller: 0-unstable-2024-09-06 -> 0-unstable-2024-10-10 2024-10-10 23:39:44 +03:00
Mihai Fufezan
7d8f84892f
hyprlandPlugins/hyprland-plugins: 0.43.0 -> 0.44.0 2024-10-10 23:39:04 +03:00
Mihai Fufezan
eef892d50b
hyprlandPlugins.hyprgrass: 0.8.1 -> 0.8.2 2024-10-10 23:38:41 +03:00
Mihai Fufezan
aff5481dce
hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-08-01 -> 0-unstable-2024-10-10 2024-10-10 23:38:00 +03:00