rofi: 1.5.3 -> 1.5.4

Update URL of source code, because the Git repository was moved to
"https://github.com/davatorium/rofi" from
"https://github.com/DaveDavenport/rofi".
This commit is contained in:
xrelkd
2019-07-08 22:39:00 +08:00
parent 9cc8f8839e
commit 6a41fca56a
2 changed files with 12 additions and 8 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
if theme == null then rofi-unwrapped else
stdenv.mkDerivation {
name = "rofi-${rofi-unwrapped.version}";
pname = "rofi";
version = rofi-unwrapped.version;
buildInputs = [ makeWrapper ];
preferLocalBuild = true;
passthru.unwrapped = rofi-unwrapped;