mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
fortune-kind: 0.1.3 -> 0.1.4
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
2b52388d19
commit
3e9aecda60
@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fortune-kind";
|
pname = "fortune-kind";
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cafkafk";
|
owner = "cafkafk";
|
||||||
repo = "fortune-kind";
|
repo = "fortune-kind";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-q4r1Qdyh2L1vTi+CKln+a9lKGgyRAhvg1aJRd0CIEJs=";
|
hash = "sha256-xIibKXca3RXQpRJyQ62GL7l24ovX4KXhdk2zK1gB98M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-ArVOGWaKbge8nxxGpAT8TttFZYJpuFF5u/tHYC9Qkeo=";
|
cargoHash = "sha256-7JBT3EhwrcNITR5ocQkLoQw4/R7xAoplZ9I1cTs9DW8=";
|
||||||
|
|
||||||
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 New Issue
Block a user