rainfrog: 0.2.16 -> 0.3.0 (#393731)
Co-authored-by: patka-123 <patka-123@users.noreply.github.com>
This commit is contained in:
commit
76d0c8be11
@ -9,7 +9,7 @@
|
|||||||
rainfrog,
|
rainfrog,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.2.16";
|
version = "0.3.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
|
|||||||
owner = "achristmascarl";
|
owner = "achristmascarl";
|
||||||
repo = "rainfrog";
|
repo = "rainfrog";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-jolr2KIjmjriekATTQYqzHeBadQGYYj26aETZ2Dq0IU=";
|
hash = "sha256-dBsL91BK/OkLimBUnqOQu/bBqxNIjnZY5oI0lwMkfDo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-Q6tsJhtNt6Ph3qW2VJ+l3gg2VN0sgQ175YFqgXWu/C4=";
|
cargoHash = "sha256-C5Wn/Qe+VSCFEma7IAmxGK2t2xugWOt2BaF7izsCU+I=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
|
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
|
||||||
with darwin.apple_sdk.frameworks;
|
with darwin.apple_sdk.frameworks;
|
||||||
|
Loading…
Reference in New Issue
Block a user