Skip to content

Commit cc0ce6b

Browse files
committedJun 14, 2017
rofi-pass: 1.4.3 -> 1.5.0
1 parent 773cc7c commit cc0ce6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/tools/security/pass/rofi-pass.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
stdenv.mkDerivation rec {
66
name = "rofi-pass-${version}";
7-
version = "1.4.3";
7+
version = "1.5.0";
88

99
src = fetchFromGitHub {
1010
owner = "carnager";
1111
repo = "rofi-pass";
1212
rev = version;
13-
sha256 = "09wpkxg5b7xicdisgbhlfr8vs1iv7z9sc58pjl0p198yap57khq5";
13+
sha256 = "08chbn966140p3gmgalkhhm01ym64fvb6d2w5mbwpyl0986m89ba";
1414
};
1515

1616
buildInputs = [ makeWrapper ];
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050
meta = {
5151
description = "A script to make rofi work with password-store";
5252
homepage = https://github.com/carnager/rofi-pass;
53-
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
53+
maintainers = with stdenv.lib.maintainers; [ the-kenny garbas ];
5454
license = stdenv.lib.licenses.gpl3;
5555
platforms = with stdenv.lib.platforms; linux;
5656
};

0 commit comments

Comments
 (0)
Please sign in to comment.