rofi-pass: rename to rofi-pass

This commit is contained in:
Marius Bakke 2015-06-18 23:26:52 +01:00
parent bb1ea06dd8
commit 7d79028456

View file

@ -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 {