mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
findex: 0.8.2 -> 0.8.3 (#405432)
This commit is contained in:
commit
97e761a168
1 changed files with 3 additions and 3 deletions
|
@ -9,17 +9,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "findex";
|
pname = "findex";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mdgaziur";
|
owner = "mdgaziur";
|
||||||
repo = "findex";
|
repo = "findex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-IpgmeH5oREstud0nw4i2xYeZcJYG6eCWyw3hhid/DfU=";
|
hash = "sha256-fsudE6eXThbN9Cz8cYATcYMXT3BJ3xCw6wrXYhxro2I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-gTuw5UIdyyg7QmpjU4fIPy1oF67uFq2j+M0spIPCG+0=";
|
cargoHash = "sha256-o3BvQq+ql/417GFkbdV4K6wCUtYGZ4QYr0lR8/K4odY=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# failing rust documentation tests and faulty quotes "`README.md`"
|
# failing rust documentation tests and faulty quotes "`README.md`"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue