pantheon.elementary-capnet-assist: 2.2.5 -> 2.3.0

This commit is contained in:
Bobby Rong 2021-07-18 12:42:29 +08:00
parent a3b7f0cd34
commit c7b5980740
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -11,6 +11,7 @@
, gtk3 , gtk3
, granite , granite
, libgee , libgee
, libhandy
, gcr , gcr
, webkitgtk , webkitgtk
, wrapGAppsHook , wrapGAppsHook
@ -18,7 +19,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-capnet-assist"; pname = "elementary-capnet-assist";
version = "2.2.5"; version = "2.3.0";
repoName = "capnet-assist"; repoName = "capnet-assist";
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "elementary"; owner = "elementary";
repo = repoName; repo = repoName;
rev = version; rev = version;
sha256 = "sha256-o6J3vNWvV0zRde8VWWfpb56PQhSck2sJQVLimq0P9CY="; sha256 = "1gma8a04ndivx1fd3ha9f45r642qq2li80wrd6dsrp4v3vqix9bn";
}; };
passthru = { passthru = {
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
granite granite
gtk3 gtk3
libgee libgee
libhandy
webkitgtk webkitgtk
]; ];
@ -66,7 +68,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A small WebKit app that assists a user with login when a captive portal is detected"; description = "A small WebKit app that assists a user with login when a captive portal is detected";
homepage = "https://github.com/elementary/capnet-assist"; homepage = "https://github.com/elementary/capnet-assist";
license = licenses.gpl2Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = pantheon.maintainers;
}; };