rbw: 1.13.2 -> 1.14.1

This commit is contained in:
jasonxue
2025-09-01 20:52:07 +08:00
parent d6852e7d7d
commit 61041d81d6

View File

@@ -24,14 +24,14 @@
rustPlatform.buildRustPackage rec {
pname = "rbw";
version = "1.13.2";
version = "1.14.1";
src = fetchzip {
url = "https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz";
hash = "sha256-ebLbdIF+BybK7ssNtZacGWmAEwdNZh8b94QYgvcwzmM=";
hash = "sha256-4wNDDMaz9zjNYahOZXARDbNdGKl0kS0pF3qQuM7fK4s=";
};
cargoHash = "sha256-xDb4shDHCbd0yuTSAt80i1aqyuhpkfd/fYF98CfXdcM=";
cargoHash = "sha256-H1DSP3Kyklv8ncn7zDP0njDlwB8Qh+h7mqWRAJcpWrE=";
nativeBuildInputs = [
installShellFiles
@@ -77,7 +77,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://crates.io/crates/rbw";
changelog = "https://git.tozt.net/rbw/plain/CHANGELOG.md?id=${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ albakham ];
maintainers = with lib.maintainers; [
albakham
jasonxue1
];
mainProgram = "rbw";
};
}