mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
rainfrog: 0.2.7 -> 0.2.9
release notes: https://github.com/achristmascarl/rainfrog/releases/tag/v0.2.9
This commit is contained in:
parent
e34f2c09ee
commit
1bcee5ac7d
@ -7,7 +7,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.2.7";
|
version = "0.2.9";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
|
|||||||
owner = "achristmascarl";
|
owner = "achristmascarl";
|
||||||
repo = "rainfrog";
|
repo = "rainfrog";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-ey9ioPDeuNYw2+UBUgtE0C1wES3wecFDWd9CMeKBq4Q=";
|
hash = "sha256-PiJRVf+rpYFWRmys7Ca2lLfe5F9/ksIzkpKs6CQWu+A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-mc7Lgaf1seefVu+LafctJm4y8xjX3c1ApadeQMi3STE=";
|
cargoHash = "sha256-L0gXxV/3+5oRV/Ipm4sRqr9dh9AEChWhtILO3PaNxYY=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin (
|
buildInputs = lib.optionals stdenv.isDarwin (
|
||||||
with darwin.apple_sdk.frameworks;
|
with darwin.apple_sdk.frameworks;
|
||||||
|
Loading…
Reference in New Issue
Block a user