Commit Graph

34 Commits

Author SHA1 Message Date
R. Ryantm
da9ce51068 dapr-cli: 1.14.0 -> 1.14.1 2024-08-21 17:59:31 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Fabian Affolter
64ab8b7753
Merge pull request #335338 from fabaff/das-fix
das: relax defusedxml
2024-08-17 15:31:23 +02:00
Fabian Affolter
08b5d739cd das: relax defusedxml
- fix build (https://hydra.nixos.org/build/269342119)
2024-08-17 12:26:44 +02:00
R. Ryantm
33251dcf5b dapr-cli: 1.13.0 -> 1.14.0 2024-08-14 03:40:45 +00:00
R. Ryantm
09203b8c0d davis: 4.4.3 -> 4.4.4 2024-08-05 19:20:55 +00:00
Nicolas Benes
e897f6b071 dataexplorer: 3.8.5 -> 3.9.0, move to by-name 2024-07-20 02:35:54 +02:00
Masum Reza
c796e4e5ac
Merge pull request #323877 from Luflosi/update/darling-dmg
darling-dmg: 1.0.4+git20200427 -> 1.0.4-unstable-2023-07-26
2024-07-15 22:40:06 +05:30
Luflosi
496099641c
darling-dmg: migrate to by-name 2024-07-01 21:50:54 +02:00
lelgenio
dc502210d6 dart-sass: reformat with nixfmt-rfc-style 2024-06-18 23:48:44 -03:00
lelgenio
f8f4c2f795 dart-sass: use conventional code structure 2024-06-18 23:48:44 -03:00
lelgenio
d88ee3f9c3 dart-sass: migrate to by-name 2024-06-18 23:48:44 -03:00
Sandro
1d472db6a3
Merge pull request #311867 from luftmensch-luftmensch/datatrove_0.2.0
datatrove: init at 0.2.0
2024-06-11 19:48:02 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-09 23:07:45 +02:00
luftmensch-luftmensch
cbf635795d
datatrove: init at 0.2.0 2024-06-02 20:49:41 +02:00
Casey Link
ac41bab16d
davis: 4.4.2 -> 4.4.3 (#313077)
Release notes: https://github.com/tchapi/davis/releases/tag/v4.4.3
2024-05-22 22:27:00 +00:00
R. Ryantm
dd37242d02 darklua: 0.13.0 -> 0.13.1 2024-05-19 00:47:37 +00:00
Aleksana
97ae4fc750
Merge pull request #308863 from lucperkins/move-into-by-name
treewide: move packages maintained by lucperkins to pkgs/by-name
2024-05-06 22:56:00 +08:00
Tomo
1e273b4c78 darklua: format with nixfmt-rfc-style 2024-05-05 13:03:58 +02:00
Tomo
73e7782e6a darklua: move to pkgs/by-name 2024-05-05 13:03:58 +02:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
Fionn Kelleher
b0c13e3247 daytona-bin: add osslate as maintainer 2024-04-18 18:56:41 +01:00
Fionn Kelleher
f8788e21f4 daytona-bin: 0.9.0 -> 0.12.0 2024-04-18 18:09:07 +01:00
Pol Dellaiera
c11208c4ee
daytona-bin: add meta.platforms 2024-04-04 21:20:11 +02:00
superherointj
e0084573ce
Merge pull request #301274 from Ramblurr/update/davis
davis: 4.4.1 -> 4.4.2
2024-04-03 18:29:26 -03:00
Casey Link
7f17a67c5c
davis: 4.4.1 -> 4.4.2
Release notes: https://github.com/tchapi/davis/releases/tag/v4.4.2

Removed composer.lock from nixpkgs tree because upstream contains it.
2024-04-03 08:03:32 +02:00
Pol Dellaiera
b24dd3b21d
Merge pull request #293826 from drupol/daytona/init
daytona-bin: init at 0.9.0
2024-04-02 20:55:21 +02:00
Casey Link
afaaa840c1
davis: init at 4.4.1
Release: https://github.com/tchapi/davis/releases/tag/v4.4.1
2024-04-01 12:55:12 +02:00
Pol Dellaiera
b40e313686
daytona-bin: init at 0.9.0 2024-04-01 12:03:23 +02:00
Yuriy Taraday
1f155ddb28 dark-mode-notify: sync clang with swift itself
Use the same stdenv and clang as part of it as Swift uses. Leverages
workaround from https://github.com/NixOS/nixpkgs/pull/296082 for
the issue https://github.com/NixOS/nixpkgs/issues/295322.
2024-03-18 11:38:42 +01:00
ocfox
90abd5e27f
das: 0.3.8 -> 1.0.3
Diff: https://github.com/snovvcrash/DivideAndScan/compare/v0.3.8...v1.0.3

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2024-02-19 22:36:02 +08:00
Yuriy Taraday
234ba8ba36 dark-mode-notify: add meta.mainProgram 2023-11-04 08:40:36 +01:00
Yuriy Taraday
908c9e6834 dark-mode-notify: migrate to pkgs/by-name 2023-11-04 08:40:35 +01:00