rainfrog: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2025-07-21 04:33:58 +00:00
parent 76ad8f2d0d
commit e83bcfcb4c
+3 -3
View File
@@ -7,7 +7,7 @@
rainfrog,
}:
let
version = "0.3.2";
version = "0.3.3";
in
rustPlatform.buildRustPackage {
inherit version;
@@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
owner = "achristmascarl";
repo = "rainfrog";
tag = "v${version}";
hash = "sha256-3oRuJytFGPfWLoxtrpgEwRWAPE8HGct5PqU1mxDinZs=";
hash = "sha256-nGUk+997TBx/2U3QMF4OpRqzwNzC0ILRraz3kOzzoBw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-W/3UNZw3gHVI/3uIzyaDmKGjM8gsfcr86+Vxlfm9Yb4=";
cargoHash = "sha256-8RvZmQI1WXfM2Sh5bMAkeJVNvOUp8fmM0MznZzCpxgY=";
passthru = {
tests.version = testers.testVersion {