Skip to content

Commit

Permalink
Merge pull request #16225 from hiberno/update-rofi-pass
Browse files Browse the repository at this point in the history
rofi-pass: 1.3.1 -> 1.3.2
  • Loading branch information
the-kenny committed Jun 14, 2016
2 parents 886c03a + 4e59526 commit dc3cfbb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/security/pass/rofi-pass.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchgit
, pass, rofi, coreutils, utillinux, xdotool, gnugrep, pwgen, findutils
, pass, rofi, coreutils, utillinux, xdotool, gnugrep, pwgen, findutils, gawk
, makeWrapper }:

stdenv.mkDerivation rec {
name = "rofi-pass-${version}";
version = "1.3.1";
version = "1.3.2";

src = fetchgit {
url = "https://github.com/carnager/rofi-pass";
rev = "refs/tags/${version}";
sha256 = "1r206fq96avhlgkf2fzf8j2a25dav0s945qv66hwvqwhxq74frrv";
sha256 = "1xqp8s0yyjs2ca9mf8lbz8viwl9xzxf5kk1v68v9hqdgxj26wgls";
};

buildInputs = [ makeWrapper ];
Expand All @@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
rofi
utillinux
xdotool
gawk
];

fixupPhase = ''
Expand Down

0 comments on commit dc3cfbb

Please sign in to comment.