about summary refs log tree commit diff
path: root/pkgs/by-name/qr
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
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-05qrcode: unstable-2023-12-02 -> 0-unstable-2024-06-05lucasew1-3/+3
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-06-05qrcode: move to by-name, add update script, add lucasew as maintainerlucasew1-0/+32
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-04-28qrtool: 0.10.9 -> 0.10.10R. Ryantm1-3/+3
2024-04-22qrtool: 0.10.8 -> 0.10.9R. Ryantm1-3/+3
2024-04-16qrtool: 0.10.7 -> 0.10.8R. Ryantm1-3/+3
2024-04-09qrtool: 0.10.6 -> 0.10.7R. Ryantm1-3/+3
2024-03-17qrtool: 0.10.5 -> 0.10.6R. Ryantm1-3/+3
2024-02-19qrtool: 0.10.4 -> 0.10.5R. Ryantm1-3/+3
2024-01-22qrtool: 0.10.2 -> 0.10.4R. Ryantm1-3/+3
2024-01-09Merge pull request #275544 from CobaltCause/update-obsFabián Heredia Montiel1-0/+32
obs-studio: 29.1.3 -> 30.0.2
2024-01-07qrtool: 0.10.1 -> 0.10.2R. Ryantm1-3/+3
2024-01-02qrcodegencpp: init at 1.8.0Charles Hall1-0/+32
Co-authored-by: materus <materus@podkos.pl> Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2023-12-23qrtool: 0.8.5 -> 0.10.1R. Ryantm1-3/+3
2023-11-30qrtool: use `rustPlatform.buildRustPackage rec {`Philip Taron1-15/+14
Rather than `let ... in` syntax per feedback from @atalii
2023-11-30qrtool: add shell completions and man pagesPhilip Taron1-1/+12
2023-11-30qrtool: 0.8.4 -> 0.8.5Philip Taron1-11/+15
I added `asciidoctor` to the nativeBuildInputs as I saw warnings that it wasn't found as I built the tool. I also stopped using `rec` syntax as the nixpkgs manual recommends [against it](https://nixos.org/manual/nixpkgs/unstable/#mkderivation-recursive-attributes). However, `rustPlatform.buildRustPackage` doesn't allow the use of `mkDerivation (finalAttrs: {` form, so it's just a simple `let` binding here.
2023-11-08qrtool: init at 0.8.4Philip Taron1-0/+28