Commit Graph

14 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Niklas Hambüchen
9bb686f064 dwarfs: 0.7.5 → 0.9.10.
The previous update to 0.9.9 didn't actually update the version because
it forgot to update the hash,
so the old source archive continued to be used:
https://github.com/NixOS/nixpkgs/pull/312656#discussion_r1650100776

Because now the new code is actually pulled in, it needs new
dependencies and fixes.

* `PRJ_GIT_DATE` is needed.
  Remove the manual replacement of versions, and use the
  approach that upstream added for nixpkgs:
  https://github.com/NixOS/nixpkgs/pull/181723#discussion_r1650109217
  This avoids cases like this, where new versioning fields are added;
  upstream takes care of it for us now.
* Use `finalAttrs` for correct version overriding.
* Fix compile error with `gtest`, see added comments.
* Enable FLAC support
  (and the tests don't pass without it on this version, see
  21901d7c2d)
2024-06-23 23:59:19 +00: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
24d3f81575
dwarfs: 0.7.5 → 0.9.8 2024-05-18 15:07:55 +02:00
Stella
97c7b6dfb9
maintainers: remove keksbg (#307027) 2024-04-27 05:22:56 +02:00
R. Ryantm
9eff911136 dwarfs: 0.7.4 -> 0.7.5 2024-01-19 16:31:29 +00:00
R. Ryantm
1c6a5c7052 dwarfs: 0.7.3 -> 0.7.4 2023-12-28 07:32:18 +00:00
R. Ryantm
6b8de88332 dwarfs: 0.7.2 -> 0.7.3 2023-12-08 05:46:37 +00:00
Janik
b8fab6a504
Merge pull request #245592 from tpwrules/update-dwarfs 2023-07-27 15:27:00 +02:00
Thomas Watson
61636ed59a dwarfs: 0.6.2 -> 0.7.2 2023-07-26 14:33:48 -05:00
figsoda
b035cabadf pkgs/tools/filesystems: remove dead code
with the help of deadnix & nil
2023-07-25 10:08:41 -04:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Stella
b380f254a0 dwarfs: 0.6.1 -> 0.6.2 2022-11-22 05:22:34 +01:00
Stella
73570ddb89
dwarfs: init at 0.6.1
Co-authored-by: Thomas <twatson52@mac.com>
2022-08-02 14:25:23 +03:00