rainfrog: 0.3.3 -> 0.3.4 (#429344)

Co-authored-by: patka-123 <patka-123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-29 14:13:02 +00:00 committed by GitHub
commit 33a8ce8caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
rainfrog,
}:
let
version = "0.3.3";
version = "0.3.4";
in
rustPlatform.buildRustPackage {
inherit version;
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "achristmascarl";
repo = "rainfrog";
tag = "v${version}";
hash = "sha256-nGUk+997TBx/2U3QMF4OpRqzwNzC0ILRraz3kOzzoBw=";
hash = "sha256-uERAYdDM2yKowl8WH6FB1XEbjSO/S79Fdib2QQE95N4=";
};
cargoHash = "sha256-8RvZmQI1WXfM2Sh5bMAkeJVNvOUp8fmM0MznZzCpxgY=";
cargoHash = "sha256-drL2rLuJExJI799Rvh0X/c6kTqJ+3wnqaDSRiz63Nuo=";
passthru = {
tests.version = testers.testVersion {