mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
rainfrog: 0.3.1 -> 0.3.2
release notes: https://github.com/achristmascarl/rainfrog/releases/tag/v0.3.2
This commit is contained in:
parent
b932c31ba4
commit
efbe0b1ab4
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
rainfrog,
|
rainfrog,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "achristmascarl";
|
owner = "achristmascarl";
|
||||||
repo = "rainfrog";
|
repo = "rainfrog";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-sUZnHlTxOz0j2KsWi/qaI5MYT0mkANn6deH54TS/JYw=";
|
hash = "sha256-3oRuJytFGPfWLoxtrpgEwRWAPE8HGct5PqU1mxDinZs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-wgJWPlURS2DxcRMzDEAXa50nQswcjbe0zj2QgF0HZys=";
|
cargoHash = "sha256-W/3UNZw3gHVI/3uIzyaDmKGjM8gsfcr86+Vxlfm9Yb4=";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests.version = testers.testVersion {
|
tests.version = testers.testVersion {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue