pantheon.wingpanel: 2.3.2 -> 3.0.0

This commit is contained in:
Bobby Rong 2021-07-18 08:06:28 +08:00
parent 3c244eb96f
commit a1447194fd
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wingpanel"; pname = "wingpanel";
version = "2.3.2"; version = "3.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-mXi600gufUK81Uks9p4+al0tCI7H9KpizZGyoomp42s="; sha256 = "0ycys24y1rrz0ydpvs4mc89p4k986q1ziwbvziinxr1wsli9v1dj";
}; };
passthru = { passthru = {
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
including the applications menu. including the applications menu.
''; '';
homepage = "https://github.com/elementary/wingpanel"; homepage = "https://github.com/elementary/wingpanel";
license = licenses.gpl2Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = pantheon.maintainers;
}; };