3
0
Fork 0
forked from mirrors/nixpkgs

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