Merge pull request #223755 from figsoda/fundoc
This commit is contained in:
commit
5261f7d809
1 changed files with 9 additions and 9 deletions
|
@ -2,29 +2,29 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "fundoc";
|
||||
version = "0.4.2";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "csssr";
|
||||
owner = "daynin";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qmsr4bhErpMzS71NhLep0EWimZb/S3aEhMbeBNa5y8E=";
|
||||
hash = "sha256-8WWaYgfqGWrTV2EEeSPz1BN2ur7gsxFiHeDNMJdVDcw=";
|
||||
};
|
||||
|
||||
cargoPatches = [
|
||||
# https://github.com/CSSSR/fundoc/pull/36
|
||||
# updates outdated lock file and fixes a test
|
||||
(fetchpatch {
|
||||
name = "update-dependencies-for-rust-1.64.patch";
|
||||
url = "https://github.com/CSSSR/fundoc/commit/9e0c5f747088467b70bd385fcb8888950351143f.patch";
|
||||
hash = "sha256-JUTwMdxxt+2jst9DyqgkblZodBSYJzaDtjiLRQ8mJFU=";
|
||||
name = "fix-tests.patch";
|
||||
url = "https://github.com/daynin/fundoc/commit/7dd3cf53a1d1ed72b00bf38ea3a45ba4590da7ef.patch";
|
||||
hash = "sha256-9Xsw2P4t9gzwc/qDU6U5+HZevPiQOOQo88gybC8QpyM=";
|
||||
})
|
||||
];
|
||||
|
||||
cargoHash = "sha256-1gKxFznoGYGme0UicP73FQt8CnI9IeyHJxLgRcLffm0=";
|
||||
cargoHash = "sha256-yapFUkG2JfGb3N3iVEDpQunOyRnbNTs+q3zQ23B23/s=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Language agnostic documentation generator";
|
||||
homepage = "https://github.com/csssr/fundoc";
|
||||
homepage = "https://github.com/daynin/fundoc";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue