Donovan Glover and GitHub
523ffceb85
hyprlandPlugins.hyprscroller: 0-unstable-2024-12-17 -> 0-unstable-2025-01-30 ( #378208 )
2025-01-31 10:27:01 +00:00
Donovan Glover and GitHub
5d0204614c
ahk_x11: 1.0.4 -> 1.0.4-unstable-2025-01-30; use Crystal 1.11 ( #378118 )
2025-01-31 10:25:34 +00:00
Pol Dellaiera and GitHub
88ba899880
nix-search-tv: init at 1.0.0 ( #378152 )
2025-01-31 11:12:03 +01:00
Sandro and GitHub
b0a5e24d91
python312Packages.bk7231tools: init at 2.0.2 ( #363371 )
2025-01-31 11:06:44 +01:00
Gaétan Lepage and GitHub
2a740b2518
python312Packages.diffusers: 0.31.0 -> 0.32.2 ( #377962 )
2025-01-31 11:04:31 +01:00
Sandro and GitHub
955497dda7
python311Packages.lm-eval: init at 0.4.7 (plus its dependencies: word2number and tqdm-multiprocess) ( #375125 )
2025-01-31 11:04:27 +01:00
Adam C. Stephens and GitHub
f155be437a
fractal: 9 -> 10 ( #378066 )
2025-01-31 04:49:32 -05:00
075f811fe4
uclibc-ng: 1.0.50 -> 1.0.51 ( #376444 )
...
Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com >
2025-01-31 09:36:55 +00:00
Fabian Affolter and GitHub
c89250bf8c
trivy: 0.58.2 -> 0.59.0 ( #378174 )
2025-01-31 10:35:42 +01:00
Gaétan Lepage and GitHub
07de736f33
treewide: use writableTmpDirAsHomeHook ( #378110 )
2025-01-31 10:34:59 +01:00
R. RyanTM and GitHub
04aaf2c3cd
hyprprop: 0.1-unstable-2024-12-01 -> 0.1-unstable-2025-01-29 ( #378230 )
2025-01-31 14:54:25 +05:30
Pol Dellaiera
71cfe3bc7c
python312Packages.accelerate: use addBinToPathHook, use writableTmpDirAsHomeHook
2025-01-31 10:18:24 +01:00
Pol Dellaiera
a74cba712d
podman-tui: reformat + cleanup
2025-01-31 10:18:24 +01:00
Pol Dellaiera
6f6f5736b3
apx: use writableTmpDirAsHomeHook
2025-01-31 10:18:24 +01:00
Arne Keller and GitHub
4e5fe0f593
luci-go: init at 0-unstable-2024-10-31 ( #362006 )
2025-01-31 10:09:01 +01:00
Gaétan Lepage and GitHub
22b5fc9b15
ast-grep: 0.33.1 -> 0.34.3 ( #378217 )
2025-01-31 09:56:09 +01:00
Pol Dellaiera and GitHub
a5318ffadc
phpExtensions.relay: 0.7.0 -> 0.10.0 ( #378124 )
2025-01-31 09:19:15 +01:00
Gaétan Lepage and GitHub
27d7eabc4d
ankama-launcher: 3.12.30 -> 3.12.31 ( #378220 )
2025-01-31 09:12:51 +01:00
Sefa Eyeoglu and GitHub
046c5f65c3
factorio, factorio-experimental: 2.0.28 -> 2.0.32 ( #375804 )
2025-01-31 09:10:07 +01:00
Alyssa Ross
de2cffc1a2
alass: remove
...
4 years since the last upstream commit.
2025-01-31 09:02:10 +01:00
Alyssa Ross
7a224dc931
sub-batch: remove alass support
...
alass is going to be removed for being abandoned upstream.
2025-01-31 09:02:10 +01:00
Alyssa Ross
50c6dfe53e
mpvScripts.autosubsync-mpv: alass -> ffsubsync
...
alass is going to be removed for being abandoned upstream.
2025-01-31 09:02:10 +01:00
Alyssa Ross
e2807b247e
decasify: fetchCargoTarball -> fetchCargoVendor
...
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes. It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
The dontConfigure line can be removed in staging, as it's the default
there.
2025-01-31 08:58:20 +01:00
Alyssa Ross
823bb084b5
git-warp-time: fetchCargoTarball -> fetchCargoVendor
...
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes. It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
The dontConfigure line can be removed in staging, as it's the default
there.
2025-01-31 08:57:26 +01:00
Alyssa Ross
0481dd881f
stalwart-mail.webadmin: useFetchCargoVendor
...
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes. It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
2025-01-31 08:56:05 +01:00
Alyssa Ross
46f322e8bd
samply: use importCargoLock
...
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes. Most
packages can just enable useFetchCargoVendor and regenerate their
hashes, but this one hits a fetchCargoVendor edge case, so the only
safe mechanism post-1.84.0 is importCargoLock.
2025-01-31 08:55:31 +01:00
Peder Bergebakken Sundt and Alyssa Ross
4aa531c175
pagefind: fix build
2025-01-31 08:53:57 +01:00
Alyssa Ross
ece31b10a9
pagefind: fetchCargoTarball -> fetchCargoVendor
...
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes. It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
2025-01-31 08:53:57 +01:00
Gaetan Lepage
3bd87e94b6
ankama-launcher: 3.12.30 -> 3.12.31
2025-01-31 08:49:43 +01:00
Gaétan Lepage and GitHub
99f315bd7e
nyan: init at 0.3.1 ( #373312 )
2025-01-31 08:45:54 +01:00
ZHAO Jin-Xiang
37b69d35c7
ast-grep: 0.33.1 -> 0.34.3
2025-01-31 15:22:41 +08:00
Pol Dellaiera and GitHub
c2e1803ad6
ruff: 0.9.3 -> 0.9.4 ( #378148 )
2025-01-31 07:54:36 +01:00
inmaldrerah and GitHub
91c9910255
hyprlandPlugins.hyprscroller: 0-unstable-2024-12-17 -> 0-unstable-2025-01-30
2025-01-31 06:26:57 +00:00
2b9e236abe
buf: 1.49.0 -> 1.50.0 ( #375510 )
...
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com >
2025-01-31 06:10:42 +00:00
933a2cda24
mirrord: 3.129.0 -> 3.131.2 ( #378202 )
...
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com >
2025-01-31 06:09:55 +00:00
R. Ryantm
9611e0db94
mirrord: 3.129.0 -> 3.131.2
2025-01-31 05:22:15 +00:00
lassulus and GitHub
7088844f1d
ergochat: 2.14.0 -> 2.15.0 ( #376972 )
2025-01-31 05:44:37 +01:00
Robert Schütz and GitHub
9189ac1828
python312Packages.sense-energy: 0.13.4 -> 0.13.5 ( #378191 )
2025-01-30 20:26:24 -08:00
R. Ryantm
4244590a82
python312Packages.sense-energy: 0.13.4 -> 0.13.5
2025-01-31 04:00:53 +00:00
zowoq
615530d5f1
terraform-providers.cloudflare: 4.48.0 -> 4.51.0
2025-01-31 13:45:01 +10:00
Adam C. Stephens
ddf82caff5
fractal: 9 -> 10
2025-01-30 21:53:12 -05:00
Will Lucas
46188b8217
python312Packages.bk7231tools: init at 2.0.2
2025-01-30 20:34:09 -06:00
Will Lucas
b24892b5b2
python312Packages.py-datastruct: init at 1.1.0
2025-01-30 20:33:43 -06:00
Ihar Hrachyshka
ea18f998d6
python311Packages.lm-eval: init at 0.4.7
...
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com >
2025-01-30 21:26:27 -05:00
Ihar Hrachyshka
3904ee40f6
python311Packages.tqdm-multiprocess: init at 0.0.11
...
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com >
2025-01-30 21:26:22 -05:00
Ihar Hrachyshka
33f5f7a0e5
python311Packages.word2number: init at 1.1
...
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com >
2025-01-30 21:26:15 -05:00
Colin and GitHub
5f6f520c92
nautilus-python: fix cross build ( #377625 )
2025-01-31 01:56:15 +00:00
R. Ryantm and zowoq
f3bcd5a335
terraform-providers.aws: 5.80.0 -> 5.84.0
2025-01-31 11:39:40 +10:00
R. Ryantm and zowoq
ebff936aca
terraform-providers.alicloud: 1.239.0 -> 1.242.0
2025-01-31 11:39:25 +10:00
R. Ryantm and zowoq
d34db0ddc1
terraform-providers.google: 6.13.0 -> 6.17.0
2025-01-31 11:39:12 +10:00