Merge pull request #9989 from matthiasbeyer/update-rofi
rofi: 0.15.7 -> 0.15.8
This commit is contained in:
commit
c12e31c0ab
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rofi-${version}";
|
name = "rofi-${version}";
|
||||||
version = "0.15.7";
|
version = "0.15.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/DaveDavenport/rofi/archive/${version}.tar.gz";
|
url = "https://github.com/DaveDavenport/rofi/archive/${version}.tar.gz";
|
||||||
sha256 = "0alygwc82shkg9lmy8r5vmgd84imx1f9pndrisjpisl8h28dw5dq";
|
sha256 = "1qhj8xrxfnzy16g577w0zxg1cy885rbqydlbbxgfk0dpjvq70lq6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake pkgconfig libX11 libXinerama libXft pango
|
buildInputs = [ autoconf automake pkgconfig libX11 libXinerama libXft pango
|
||||||
|
Loading…
x
Reference in New Issue
Block a user