about summary refs log tree commit diff
path: root/pkgs/by-name/wa
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10walker: init at 0.0.68 (#296165)Donovan Glover1-0/+44
* walker: init at 0.0.68 * walker: replace wrapGAppsHook with wrapGAppsHook4 --------- Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-09warp-terminal: 0.2024.03.26.08.02.stable_02 -> 0.2024.04.02.08.02.stable_01 ↵DontEatOreo1-4/+4
(#302079) * warp-terminal: 0.2024.03.26.08.02.stable_02 -> 0.2024.04.02.08.02.stable_01 Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.04.04-v0.2024.04.02.08.02 * warp-terminal: 0.2024.03.26.08.02.stable_02 -> 0.2024.04.02.08.02.stable_01 Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.04.04-v0.2024.04.02.08.02
2024-04-05Merge pull request #299377 from khaneliman/updateScriptsa-n-n-a-l-e-e1-0/+3
treewide: add passthru.updatescript
2024-04-02wayland-pipewire-idle-inhibit: 0.5.0 -> 0.5.1R. Ryantm1-3/+3
2024-04-01Merge master into staging-nextgithub-actions[bot]1-0/+43
2024-04-01wastebin: init at 2.4.3 (#287455)Pablo Ovelleiro Corral1-0/+43
* wastebin: init at 2.4.3 * nixos/wastebin: init Add module and test for wastebin
2024-03-31Merge master into staging-nextgithub-actions[bot]1-4/+4
2024-03-30warp-terminal: 0.2024.03.19.08.01.stable_01 -> 0.2024.03.26.08.02.stable_02R. Ryantm1-4/+4
2024-03-27waybar-mpris: add passthru.updateScriptAustin Horstman1-0/+3
2024-03-25Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-03-24wayland-pipewire-idle-inhibit: 0.4.5 -> 0.5.0R. Ryantm1-3/+3
2024-03-23Merge staging-next into staginggithub-actions[bot]2-10/+11
2024-03-23warp-terminal: 0.2024.03.12.08.02.stable_01 -> 0.2024.03.19.08.01.stable_01annalee1-4/+4
2024-03-23warp-terminal: fix update.shannalee1-6/+7
can not use `import <nixpkgs>` on update machine as `<nixpkgs>` does not exist. therefore cd to the `warp-terminal` directory and use the relative path to nixpkgs root. https://r.ryantm.com/log/warp-terminal/2024-03-19.log
2024-03-19Merge staging-next into staginggithub-actions[bot]1-4/+4
2024-03-19Merge pull request #297072 from FedericoSchonborn/add-federicoschonbornBobby Rong1-4/+4
maintainers: Add federicoschonborn back again
2024-03-19Merge staging-next into staginggithub-actions[bot]1-0/+1
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-18maintainers: Add federicoschonborn back againFederico Damián Schonborn1-4/+4
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-19Merge staging-next into staginggithub-actions[bot]1-8/+22
2024-03-18Merge pull request #296333 from a-n-n-a-l-e-e/warp-drop-nix-prefetch-urla-n-n-a-l-e-e1-8/+22
warp-terminal: don't use nix-prefetch-url in update.sh
2024-03-17Merge pull request #295174 from r-ryantm/auto-update/wafWeijia Wang1-2/+2
waf: 2.0.26 -> 2.0.27
2024-03-16warp-terminal: 0.2024.03.05.08.02.stable_01 -> 0.2024.03.12.08.02.stable_01mml001-4/+4
2024-03-16warp-terminal: don't use nix-prefetch-url in update.shannalee1-8/+22
use fetchurl to calculate hash in update.sh to workaround a bug in nix-prefetch-url. nix-prefetch-url seems to be uncompressing and then calculating the hash when downloading the new warp-terminal. this results in hash mismatch errors as fetchurl calculates the hash using the compressed archive.
2024-03-14Merge pull request #295696 from FedericoSchonborn/drop-federicoschonbornBobby Rong1-1/+1
maintainers: drop federicoschonborn
2024-03-13maintainers: drop federicoschonbornFederico Damián Schonborn1-1/+1
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-12waf: 2.0.26 -> 2.0.27R. Ryantm1-2/+2
2024-03-08warp-terminal: 0.2024.02.20.08.01.stable_01 -> 0.2024.03.05.08.02.stable_01R. Ryantm1-6/+6
2024-03-03Merge pull request #292928 from imadnyc/warp-terminal-initial-linuxa-n-n-a-l-e-e3-6/+79
warp-terminal: added passthru update script
2024-03-03warp-terminal: added passthru update scriptimad.nyc3-6/+79
2024-03-01waycheck: 1.1.0 -> 1.1.1R. Ryantm1-2/+2
2024-02-27Merge pull request #290731 from imadnyc/warp-terminal-initial-linuxa-n-n-a-l-e-e1-13/+77
warp-terminal: added initial linux support
2024-02-28warp-terminal: 0.2023.12.05.08.02.stable_00 -> 0.2024.02.20.08.01.stable_01; ↵imad.nyc1-13/+77
added initial linux support
2024-02-27wayland-pipewire-idle-inhibit: use rustPlatform.bindgenHook, fix cross ↵Nick Cao1-6/+2
compilation
2024-02-20wayland-pipewire-idle-inhibit: init at 0.4.5Rafael Mazzutti1-0/+46
2024-02-16Merge pull request #287346 from atorres1985-contrib/wafThiago Kenji Okada3-0/+198
waf: remove vrthra from maintainers
2024-02-11waycheck: 1.0.0 -> 1.1.0R. Ryantm1-2/+2
2024-02-08waf: remove vrthra from maintainersAnderson Torres3-0/+198
Also, migrate it to by-name hierarchy.
2024-01-25wait4x: 2.13.0 -> 2.14.0R. Ryantm1-3/+3
2024-01-19watchdogd: init at 4.0Adrian Pistol1-0/+32
2023-12-30waybar-mpris: remove unused dependencyPaul Meyer1-3/+0
2023-12-30waybar-mpris: cleanup Go flagsPaul Meyer1-4/+4
- fix strip flags by setting as ldflags - remove `-trimpath`, this is set by buildGoModule - remove `-modcacherw`, `-mod=readonly`, `-linkmode=external` as flags had no effect (check hash of binary when removing) - remove `-buildmode=pie` (not sure why we would need a PIE here)
2023-12-15waybox: 0.2.0 -> 0.2.2rewine1-2/+6
2023-12-12warp-terminal: v0.2023.11.07.08.02.stable_00 -> v0.2023.12.05.08.02.stable_00David Flanagan1-2/+3
2023-12-04wannier90: init at 3.1.0Phillip Seeber1-0/+73
2023-12-01wash-cli: init at 0.24.0Brennon Loveless1-0/+47
2023-11-13warp-terminal: init at 0.2023.11.07.08.02.stable_00Emily Trau1-0/+35
2023-10-22waybar-mpris: init at unstable-2022-01-27Austin Horstman1-0/+33
2023-10-18Merge pull request #260978 from jfvillablanca/wait4xWeijia Wang1-0/+31
wait4x: init at 2.13.0
2023-10-18wait4x: init at 2.13.0jfvillablanca1-0/+31