From 1f319ea6ad58ab9377f729598eedfd6c9bb8e763 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 17 Oct 2020 04:20:00 +0000 Subject: [PATCH 1/2] rbw: 0.4.6 -> 0.5.0 --- pkgs/tools/security/rbw/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/rbw/default.nix b/pkgs/tools/security/rbw/default.nix index dd7d96c361a..c8a55e3c25e 100644 --- a/pkgs/tools/security/rbw/default.nix +++ b/pkgs/tools/security/rbw/default.nix @@ -20,15 +20,15 @@ rustPlatform.buildRustPackage rec { pname = "rbw"; - version = "0.4.6"; + version = "0.5.0"; src = fetchCrate { inherit version; crateName = "${pname}"; - sha256 = "0vq7cwk3i57fvn54q2rgln74j4p9vqm5zyhap94s73swjywicwk0"; + sha256 = "0p37kwkp153mkns4bh7k7gnksk6c31214wlw3faf42daav32mmgw"; }; - cargoSha256 = "1h253ncick2v9aki5rf1bdrg5rj3h4nrvx5q01gw03cgwnqvyiiy"; + cargoSha256 = "1vkgh0995xx0hr96mnzmdgd15gs6da7ynywqcjgcw5kr48bf1063"; nativeBuildInputs = [ pkgconfig @@ -74,6 +74,5 @@ rustPlatform.buildRustPackage rec { homepage = "https://crates.io/crates/rbw"; license = licenses.mit; maintainers = with maintainers; [ albakham luc65r ]; - platforms = platforms.all; }; } From e2591b03fb1e09ae76446dffc33e8938a757e1c4 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 17 Oct 2020 04:20:00 +0000 Subject: [PATCH 2/2] rbw: add marsam to maintainers --- pkgs/tools/security/rbw/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/rbw/default.nix b/pkgs/tools/security/rbw/default.nix index c8a55e3c25e..9e778a636c1 100644 --- a/pkgs/tools/security/rbw/default.nix +++ b/pkgs/tools/security/rbw/default.nix @@ -73,6 +73,6 @@ rustPlatform.buildRustPackage rec { description = "Unofficial command line client for Bitwarden"; homepage = "https://crates.io/crates/rbw"; license = licenses.mit; - maintainers = with maintainers; [ albakham luc65r ]; + maintainers = with maintainers; [ albakham luc65r marsam ]; }; }