fselect: 0.8.5 -> 0.8.9
This commit is contained in:
parent
f16bb6e46d
commit
c4653b553a
@ -9,17 +9,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fselect";
|
pname = "fselect";
|
||||||
version = "0.8.5";
|
version = "0.8.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jhspetersson";
|
owner = "jhspetersson";
|
||||||
repo = "fselect";
|
repo = "fselect";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-gEiKv1YbNNWexNfzUULbe0fT0ueJ9TJojhBHp31i6OY=";
|
sha256 = "sha256-oZnA033/gKg5qppEvP+miNTTTwDpOlhUz8OOnKt5cx0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-/FBEv1jDlYrx06Ia/lF3Vcjnl5nWg0aEQefY67kh9Bw=";
|
cargoHash = "sha256-4NpyHcTJhLO0xeva/qcKE5WiS15hHvQ9HO8ENgplfvo=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv;
|
buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user