Commit cc0ce6b committed Jun 14, 2017 Unverified
1 parent 773cc7c commit cc0ce6b Copy full SHA for cc0ce6b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
stdenv . mkDerivation rec {
6
6
name = "rofi-pass-${ version } " ;
7
- version = "1.4.3 " ;
7
+ version = "1.5.0 " ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "carnager" ;
11
11
repo = "rofi-pass" ;
12
12
rev = version ;
13
- sha256 = "09wpkxg5b7xicdisgbhlfr8vs1iv7z9sc58pjl0p198yap57khq5 " ;
13
+ sha256 = "08chbn966140p3gmgalkhhm01ym64fvb6d2w5mbwpyl0986m89ba " ;
14
14
} ;
15
15
16
16
buildInputs = [ makeWrapper ] ;
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
50
50
meta = {
51
51
description = "A script to make rofi work with password-store" ;
52
52
homepage = https://github.com/carnager/rofi-pass ;
53
- maintainers = with stdenv . lib . maintainers ; [ the-kenny ] ;
53
+ maintainers = with stdenv . lib . maintainers ; [ the-kenny garbas ] ;
54
54
license = stdenv . lib . licenses . gpl3 ;
55
55
platforms = with stdenv . lib . platforms ; linux ;
56
56
} ;
You can’t perform that action at this time.
0 commit comments