rofi-pass: rename to rofi-pass
This commit is contained in:
parent
bb1ea06dd8
commit
7d79028456
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchgit, rofi, wmctrl, xprop, xdotool}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rofi-${version}";
|
||||
name = "rofi-pass-${version}";
|
||||
version = "2015-06-08";
|
||||
|
||||
src = fetchgit {
|
||||
|
|
Loading…
Reference in New Issue