Merge pull request #143316 from ivankovnatsky/patch-15

rbw: 1.3.0 -> 1.4.0
This commit is contained in:
Mario Rodas 2021-10-28 09:09:22 -05:00 committed by GitHub
commit b75277466f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,27 +9,32 @@
, Security
, libiconv
# rbw-fzf
, withFzf ? false, fzf, perl
# rbw-fzf
, withFzf ? false
, fzf
, perl
# rbw-rofi
, withRofi ? false, rofi, xclip
# rbw-rofi
, withRofi ? false
, rofi
, xclip
# pass-import
, withPass ? false, pass
# pass-import
, withPass ? false
, pass
}:
rustPlatform.buildRustPackage rec {
pname = "rbw";
version = "1.3.0";
version = "1.4.0";
src = fetchCrate {
inherit version;
crateName = pname;
sha256 = "17x4q29rsljbalc70r3ks4r6g5zc6jl4si75i33fcicxsvx6f39q";
sha256 = "sha256-6O33rn/MTo7Dymwh57xQJ5v7n4yNSoICyR9gRwF4AH4=";
};
cargoSha256 = "14095ds8f5knrqcriphjlbvasc29n9rf8h5vlkmhpxyk7wh9azzc";
cargoSha256 = "sha256-BrjKUovVV6BDZXtILVC0qaAF5xzE3715u9w9OYIJFbk=";
nativeBuildInputs = [
pkg-config