Commit Graph

269 Commits

Author SHA1 Message Date
DontEatOreo
37534250c5
warp-terminal: 0.2024.10.08.08.02.stable_01 -> 0.2024.10.08.08.02.stable_02
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.10.08-v0.2024.10.08.08.02
2024-10-12 12:57:10 +03:00
Masum Reza
d8b9359118
waveterm: 0.8.8 -> 0.8.10 (#347573) 2024-10-11 08:53:40 +05:30
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
aucub
e5c73a5dbd waveterm: 0.8.9 -> 0.8.10 2024-10-10 19:36:08 +00:00
DontEatOreo
dbb8380392
warp-terminal: 0.2024.09.24.08.02.stable_01 -> 0.2024.10.08.08.02.stable_01 2024-10-10 21:22:45 +03:00
adisbladis
9ee9cac888
waydroid: 1.4.2 -> 1.4.3; add update script, move to by-name, format, and other cleanup (#346270) 2024-10-10 00:09:42 +00:00
dr56ekgbb
0e9589b19e waveterm: 0.8.8 -> 0.8.9 2024-10-10 05:53:45 +08:00
dr56ekgbb
ecdcdeb29d waveterm: add update script 2024-10-10 05:40:11 +08:00
Ramses
b8b39b395e
wayprompt: fix the wayprompt-ssh-askpass script (#342767) 2024-10-07 11:48:42 +02:00
Sandro
1da7ac6101
waybar: libcava 0.10.2 -> 0.10.3 (#345774) 2024-10-05 20:27:10 +02:00
éclairevoyant
a4ee635c8b waydroid: 1.4.2 -> 1.4.3 2024-10-03 22:59:01 +00:00
éclairevoyant
6af4b450a7 waydroid: set updateScript 2024-10-03 22:59:01 +00:00
éclairevoyant
bfc0c906d5 waydroid: modernise 2024-10-03 22:59:00 +00:00
éclairevoyant
223081157b waydroid: nixfmt 2024-10-03 22:59:00 +00:00
éclairevoyant
e7d7dc0da1 waydroid: move to by-name 2024-10-03 22:59:00 +00:00
Nick Cao
4c3f560aa8
waagent: 2.11.1.4 -> 2.11.1.12 (#345203) 2024-10-03 17:06:38 -04:00
dr56ekgbb
856ed5506f waveterm: 0.8.7 -> 0.8.8 2024-10-03 14:46:05 +08:00
Logger
f00a2b79fb waybar: libcava 0.10.2 -> 0.10.3
Updated the libcava dependency in waybar to version 0.10.3 to include the latest fixes and improvements.
Via Alexays/Waybar#3426 (comment)
2024-10-02 11:37:07 -06:00
Masum Reza
3b266ab452
waveterm: init at 0.8.7 (#345714) 2024-10-02 09:41:30 +05:30
расходный материал
7552231e35 waveterm: init at 0.8.7 2024-10-01 19:54:17 +00:00
R. Ryantm
a9b6a73c83 warp-terminal: 0.2024.09.17.08.02.stable_01 -> 0.2024.09.24.08.02.stable_01 2024-09-30 14:37:08 +00:00
Sefa Eyeoglu
d68f1d2354
waybar: add systemdSupport input
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-29 17:56:04 +05:30
R. Ryantm
1b79e2110e waagent: 2.11.1.4 -> 2.11.1.12 2024-09-28 23:30:23 +00:00
Peder Bergebakken Sundt
8a7b35c6ef
wakapi: 2.11.2 -> 2.12.0; modernize (#340779) 2024-09-26 02:49:27 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Masum Reza
e677e7056c
waybar: include the systemd user unit (#340874) 2024-09-22 00:29:40 +05:30
DontEatOreo
c4b9fe09f4
warp-terminal: 0.2024.09.10.08.02.stable_01 -> 0.2024.09.17.08.02.stable_01
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.09.19-v0.2024.09.17.08.02
2024-09-20 14:19:54 +03:00
r-vdp
21b4e45ef8
wayprompt: fix the wayprompt-ssh-askpass script 2024-09-18 12:49:37 +02:00
Thiago Kenji Okada
53f770a2e6
wayland-pipewire-idle-inhibit: 0.5.1 -> 0.5.2 (#342428) 2024-09-17 09:46:03 +01:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
Masum Reza
27d3d03302
warp-terminal: 0.2024.09.03.08.02.stable_03 -> 0.2024.09.10.08.02.stable_01 (#342293) 2024-09-17 08:15:23 +05:30
Rafael Mazzutti
99aae1cedd wayland-pipewire-idle-inhibit: 0.5.1 -> 0.5.2 2024-09-16 22:08:22 -03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Nick Cao
2faf1ebf4f
waylock: 1.1.0 -> 1.2.1 (#342097) 2024-09-16 08:42:35 -04:00
John Titor
95bccd3af3
warp-terminal: 0.2024.09.03.08.02.stable_03 -> 0.2024.09.10.08.02.stable_01 2024-09-16 11:49:09 +00:00
Masum Reza
8c9630d265
waybar: 0.10.4 -> 0.11.0 (#341520) 2024-09-16 16:07:39 +05:30
Gaetan Lepage
69b6ec0894 waybar: 0.10.4 -> 0.11.0
Diff: https://github.com/Alexays/Waybar/compare/0.10.4...0.11.0

Changelog: https://github.com/alexays/waybar/releases/tag/0.11.0
2024-09-16 11:11:52 +02:00
Adam Stephens
1692386729
waylock: 1.1.0 -> 1.2.1 2024-09-15 12:15:16 -04:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
c9dbde8fc9 wakatime-cli: 1.98.3 -> 1.98.5 2024-09-14 18:59:39 +00:00
R. Ryantm
9913ebec35 wait4x: 2.14.1 -> 2.14.2 2024-09-13 07:26:18 +00:00
Masum Reza
a3461b3956
warp-terminal: 0.2024.08.20.08.02.stable_00 -> 0.2024.09.03.08.02.stable_03 (#340319) 2024-09-11 15:17:06 +05:30
Julien Malka
ec1ce0636c
waycheck: 1.2.1 -> 1.3.1 and some additional TLC (#340881) 2024-09-10 21:43:36 +02:00
Gavin John
453c599b61
waycheck: add pandapip1 to maintainers 2024-09-09 16:25:46 -07:00
Gavin John
e39e305b25
waycheck: add updateScript 2024-09-09 16:25:26 -07:00
Gavin John
9c622eb91d
waycheck: nixfmt 2024-09-09 16:24:41 -07:00
Gavin John
a1658a19e8
waycheck: 1.2.1 -> 1.3.1 2024-09-09 16:22:14 -07:00
r-vdp
57077bc434
waybar: include the systemd user unit 2024-09-10 00:24:15 +02:00
isabel
7bee8c8cd9
wakapi: modernize 2024-09-09 14:17:09 +01:00
isabel
c2e3956797
wakapi: 2.11.2 -> 2.12.0 2024-09-09 14:16:14 +01:00