about summary refs log tree commit diff
path: root/pkgs/applications/misc/pueue/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-05pueue: 3.4.0 -> 3.4.1R. Ryantm1-3/+3
2024-04-26pueue: add sarcasticadmin as maintainerRobert James Hernandez1-1/+1
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-03-22pueue: 3.3.3 -> 3.4.0R. Ryantm1-3/+3
2024-01-05pueue: 3.3.2 -> 3.3.3R. Ryantm1-3/+3
2023-11-28pueue: 3.3.1 -> 3.3.2Mario Rodas1-3/+3
Diff: https://github.com/Nukesor/pueue/compare/v3.3.1...v3.3.2 Changelog: https://github.com/Nukesor/pueue/blob/v3.3.2/CHANGELOG.md
2023-10-28pueue: 3.3.0 -> 3.3.1Mario Rodas1-4/+4
Diff: https://github.com/Nukesor/pueue/compare/v3.3.0...v3.3.1 Changelog: https://github.com/Nukesor/pueue/blob/v3.3.1/CHANGELOG.md
2023-10-22pueue: 3.2.0 -> 3.3.0R. Ryantm1-3/+3
2023-06-14pueue: 3.1.2 -> 3.2.0Mario Rodas1-3/+3
Diff: https://github.com/Nukesor/pueue/compare/v3.1.2...v3.2.0 Changelog: https://github.com/Nukesor/pueue/raw/v3.2.0/CHANGELOG.md
2023-03-05pueue: 3.1.1 -> 3.1.2R. Ryantm1-3/+3
2023-02-21pueue: 3.1.0 -> 3.1.1R. Ryantm1-3/+3
2023-02-16pueue: 2.1.0 -> 3.1.0Weijia Wang1-4/+10
2022-08-07pueue: 2.0.0 -> 2.1.0AndersonTorres1-9/+34
2022-02-20pueue: 1.0.6 -> 2.0.0R. Ryantm1-3/+3
2022-02-02pueue: 1.0.4 -> 1.0.6Lyndon Sanche1-3/+3
2021-11-13pueue: 1.0.3 -> 1.0.4Justin Bedo1-3/+3
2021-09-16pueue: 1.0.2 -> 1.0.3R. RyanTM1-3/+3
2021-09-15pueue: 0.12.2 -> 1.0.2R. RyanTM1-3/+3
2021-08-17pueue: 0.12.1 -> 0.12.2R. RyanTM1-3/+3
2021-05-08treewide: fix cargoSha256/cargoHashDaniƫl de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-03-13pueue: fix build on darwinMario Rodas1-1/+4
Fixes #116175
2021-03-13pueue: 0.12.0 -> 0.12.1R. RyanTM1-3/+3
2021-02-11pueue: 0.8.2 -> 0.12.0R. RyanTM1-3/+3
2020-12-01pueue: 0.8.1 -> 0.8.2R. RyanTM1-3/+3
2020-11-18pueue: install zsh completionsMario Rodas1-3/+2
2020-10-26pueue: 0.7.1 -> 0.8.1Serg Nesterov1-4/+4
2020-07-31pueue: 0.6.1 -> 0.7.1R. RyanTM1-3/+3
2020-07-02pueue: 0.6.0 -> 0.6.1R. RyanTM1-3/+3
2020-06-15pueue: 0.5.1 -> 0.6.0R. RyanTM1-3/+3
2020-06-06pueue: 0.5.0 -> 0.5.1R. RyanTM1-3/+3
2020-05-16pueue: 0.4.0 -> 0.5.0Mario Rodas1-3/+3
2020-05-09pueue: 0.3.1 -> 0.4.0Mario Rodas1-5/+15
2020-05-04pueue: 0.3.0 -> 0.3.1R. RyanTM1-3/+3
2020-04-03pueue: 0.2.1 -> 0.3.0Mario Rodas1-3/+3
Changelog: https://github.com/Nukesor/pueue/releases/tag/v0.3.0
2020-03-25pueue: 0.1.6 -> 0.2.1Mario Rodas1-9/+5
2020-03-05pueue: 0.1.5 -> 0.1.6R. RyanTM1-3/+3
2020-02-29pueue: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-02-02pueue: init at 0.1.5Mario Rodas1-0/+28