Merge pull request #269361 from cafkafk/cafk-fortune-kind-0.1.10
fortune-kind: 0.1.9 -> 0.1.10
This commit is contained in:
commit
24fe62d036
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fortune-kind";
|
pname = "fortune-kind";
|
||||||
version = "0.1.9";
|
version = "0.1.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cafkafk";
|
owner = "cafkafk";
|
||||||
repo = "fortune-kind";
|
repo = "fortune-kind";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-93BEy9FX3bZTYNewotBv1ejmMSnSdu9XnC4TgIvcYG0=";
|
hash = "sha256-KOrJIGLNZxFJ/KeRq1hcIQHDYPQQdQCzr6QA/pVIs5A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-xm6BOYnxUoCRuMAAFyWRcKEcqrs5FmnOgIO/Gj1bCoI=";
|
cargoHash = "sha256-iiGCCbTc0b+93XRMpkhFs0hj9Nuse1HaqahQz7NaheU=";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeBinaryWrapper installShellFiles ];
|
nativeBuildInputs = [ makeBinaryWrapper installShellFiles ];
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
|
buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
|
||||||
|
|
Loading…
Reference in a new issue