rbw: 1.13.2 -> 1.14.1
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user