rainfrog: 0.3.2 -> 0.3.3 (#427054)

Co-authored-by: patka-123 <patka-123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-21 06:00:51 +00:00 committed by GitHub
commit 69a9952603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {