pantheon.switchboard-plug-network: 2.3.2 -> 2.4.1
This commit is contained in:
parent
b5fc2607dd
commit
49bdb6149c
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "switchboard-plug-network";
|
pname = "switchboard-plug-network";
|
||||||
version = "2.3.2";
|
version = "2.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-PYgewxBblhOfOJQSeRaq8xD7qZ3083EvgUjpi92FqyI=";
|
sha256 = "0nqihsbrpjw4nx1c50g854bqybniw38adi78vzg8nyl6ikj2r0z4";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Switchboard Networking Plug";
|
description = "Switchboard Networking Plug";
|
||||||
homepage = "https://github.com/elementary/switchboard-plug-network";
|
homepage = "https://github.com/elementary/switchboard-plug-network";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = pantheon.maintainers;
|
maintainers = pantheon.maintainers;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue