mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
[Backport release-25.05] upnp-router-control: 0.3.4 -> 0.3.5 (#410426)
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "upnp-router-control";
|
||||
version = "0.3.4";
|
||||
version = "0.3.5";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://launchpad.net/upnp-router-control/trunk/${finalAttrs.version}/+download/upnp-router-control-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-28F/OB2fHemn7HLVFEDmefRA5AsEaQKy+Qbcv75z9w0=";
|
||||
hash = "sha256-+yJzULNdzBkUw2EbHXoAbR9B/P0d6n8T7ojlYIrKgto=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gupnp_1_6
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
# also https://gitlab.gnome.org/DnaX/upnp-router-control
|
||||
homepage = "https://launchpad.net/upnp-router-control";
|
||||
description = "Access some parameters of the router and manage port forwarding";
|
||||
@@ -46,9 +46,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
the network speed, the external IP and the model name.
|
||||
It can manage port forwarding through a simple GUI interface.
|
||||
'';
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
platforms = platforms.all;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ fgaz ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "upnp-router-control";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user