rainfrog: 0.3.1 -> 0.3.2

release notes: https://github.com/achristmascarl/rainfrog/releases/tag/v0.3.2
This commit is contained in:
patka 2025-06-07 14:19:19 +02:00
parent b932c31ba4
commit efbe0b1ab4
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
rainfrog,
}:
let
version = "0.3.1";
version = "0.3.2";
in
rustPlatform.buildRustPackage {
inherit version;
@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
owner = "achristmascarl";
repo = "rainfrog";
tag = "v${version}";
hash = "sha256-sUZnHlTxOz0j2KsWi/qaI5MYT0mkANn6deH54TS/JYw=";
hash = "sha256-3oRuJytFGPfWLoxtrpgEwRWAPE8HGct5PqU1mxDinZs=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-wgJWPlURS2DxcRMzDEAXa50nQswcjbe0zj2QgF0HZys=";
cargoHash = "sha256-W/3UNZw3gHVI/3uIzyaDmKGjM8gsfcr86+Vxlfm9Yb4=";
passthru = {
tests.version = testers.testVersion {