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
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
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
isabel
0c3a2265b1
wakapi: move to by name
2024-09-09 14:13:02 +01:00
github-actions[bot]
69276ad883
Merge master into staging-next
2024-09-08 06:04:18 +00:00
DontEatOreo
002e1de819
warp-terminal: 0.2024.08.20.08.02.stable_00 -> 0.2024.09.03.08.02.stable_03
...
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.09.05-v0.2024.09.03.08.02
2024-09-07 18:00:50 +03:00
Paul Meyer
d300e2a889
waagent: move to by-name
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 15:55:33 +02:00
github-actions[bot]
6802206bcc
Merge master into staging-next
2024-09-06 06:04:31 +00:00
Jonas Heinrich
ef0d15f8d3
wasm-bingen-cli: 0.2.92 -> 0.2.93
2024-09-05 08:34:13 +02:00
github-actions[bot]
ce19166255
Merge master into staging-next
2024-09-02 18:04:19 +00:00
Artturin
9e1f17023f
wayprompt: init at 0.1.2 ( #337376 )
2024-09-02 18:50:23 +03:00
無名氏
4a9a8c37a8
wayprompt: init at 0.1.2
2024-09-02 19:31:48 +08:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging
2024-08-31 18:04:19 +00:00
Donovan Glover
93501699af
walker: 0.7.6 -> 0.7.7 ( #338578 )
2024-08-31 12:31:27 +00:00
R. Ryantm
e3ceb70fda
walker: 0.7.6 -> 0.7.7
2024-08-31 08:53:31 +00:00
Philip Taron
0d1b26857b
treewide: support structuredAttrs in setup hooks (part 2) ( #335666 )
2024-08-28 14:07:58 -07:00
github-actions[bot]
42531ffc56
Merge master into staging-next
2024-08-28 12:05:25 +00:00
Rowan Goemans
a9750940a4
warp-terminal: Add Aarch64 support
2024-08-28 02:43:20 +02:00
github-actions[bot]
903fa485a4
Merge master into staging-next
2024-08-27 18:04:19 +00:00
R. Ryantm
5126556968
warp-terminal: 0.2024.08.13.08.02.stable_04 -> 0.2024.08.20.08.02.stable_00
2024-08-27 11:32:05 +00:00