nixpkgs/pkgs/tools/filesystems/dwarfs
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
..
default.nix dwarfs: 0.7.5 → 0.9.10. 2024-06-23 23:59:19 +00:00