mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
pantheon.wingpanel: 2.3.2 -> 3.0.0
This commit is contained in:
parent
3c244eb96f
commit
a1447194fd
@ -22,13 +22,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wingpanel";
|
||||
version = "2.3.2";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elementary";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-mXi600gufUK81Uks9p4+al0tCI7H9KpizZGyoomp42s=";
|
||||
sha256 = "0ycys24y1rrz0ydpvs4mc89p4k986q1ziwbvziinxr1wsli9v1dj";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||
including the applications menu.
|
||||
'';
|
||||
homepage = "https://github.com/elementary/wingpanel";
|
||||
license = licenses.gpl2Plus;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = pantheon.maintainers;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user