rinf_cli: 8.9.0 -> 8.9.1

This commit is contained in:
R. Ryantm
2026-02-18 19:03:16 +00:00
parent 49fb1cfbfa
commit be6098d513
+3 -3
View File
@@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rinf_cli";
version = "8.9.0";
version = "8.9.1";
src = fetchFromGitHub {
owner = "cunarist";
repo = "rinf";
tag = "v${finalAttrs.version}";
hash = "sha256-UHYYpNlhXRYysQlo3EWDUe4Fwp7PMifrQuZcMAGJp6Q=";
hash = "sha256-N34Lys5P/3Os2yEl8x1LOJXhcTxp07V8J3B+DMlK3qk=";
};
sourceRoot = "${finalAttrs.src.name}/rust_crate_cli";
cargoHash = "sha256-T1reyeoaGBb+Wyn8WX/u7Kf9B01GwWUcYntb7PlIfCk=";
cargoHash = "sha256-vnJloz0wUsJbLbAoiIMNxSUZmibRIF/eLIuqkEXbZp8=";
meta = {
description = "Framework for creating cross-platform Rust apps leveraging Flutter";