Commit Graph

4 Commits

Author SHA1 Message Date
Duncan Dean
ba3f4ec3b9
liana: 4.0 -> 5.0
Diff: https://github.com/wizardsardine/liana/compare/v4.0...v5.0
2024-04-04 09:33:15 +02:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Duncan Dean
3f6e2780a8
liana: 2.0 -> 4.0
Diff: https://github.com/wizardsardine/liana/compare/v2.0...v4.0
2023-12-19 11:29:46 +02:00
Duncan Dean
2c069c6c0b liana: init at 2.0
Liana is a simple Bitcoin wallet that features a timelocked recovery
path for all your coins.

See release notes at:
https://github.com/wizardsardine/liana/releases/tag/v2.0
2023-09-09 11:05:34 +02:00