rainfrog: 0.2.16 -> 0.3.0 (#393731)

Co-authored-by: patka-123 <patka-123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-27 20:07:40 +00:00 committed by GitHub
commit 76d0c8be11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
rainfrog,
}:
let
version = "0.2.16";
version = "0.3.0";
in
rustPlatform.buildRustPackage {
inherit version;
@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
owner = "achristmascarl";
repo = "rainfrog";
tag = "v${version}";
hash = "sha256-jolr2KIjmjriekATTQYqzHeBadQGYYj26aETZ2Dq0IU=";
hash = "sha256-dBsL91BK/OkLimBUnqOQu/bBqxNIjnZY5oI0lwMkfDo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Q6tsJhtNt6Ph3qW2VJ+l3gg2VN0sgQ175YFqgXWu/C4=";
cargoHash = "sha256-C5Wn/Qe+VSCFEma7IAmxGK2t2xugWOt2BaF7izsCU+I=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk.frameworks;