latte-dock: 0.9.8.1 -> 0.9.9
This commit is contained in:
parent
79217339d2
commit
daca529126
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "latte-dock";
|
pname = "latte-dock";
|
||||||
version = "0.9.8.1";
|
version = "0.9.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
|
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "10x5aplkjyi2w0793whjjzi777ffh3m4d0sp06qzkpx8jqd46him";
|
sha256 = "01b2zr2x5hnadkvj687lwi3l6dwq3kdn5y9k4qf1bv0sa4vw6hn9";
|
||||||
name = "${pname}-${version}.tar.xz";
|
name = "${pname}-${version}.tar.xz";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dock-style app launcher based on Plasma frameworks";
|
description = "Dock-style app launcher based on Plasma frameworks";
|
||||||
homepage = https://github.com/psifidotos/Latte-Dock;
|
homepage = "https://github.com/psifidotos/Latte-Dock";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.benley maintainers.ysndr ];
|
maintainers = [ maintainers.benley maintainers.ysndr ];
|
||||||
|
Loading…
Reference in New Issue
Block a user