inadyn: 2.5 -> 2.6

This commit is contained in:
R. RyanTM 2020-02-22 21:47:15 +00:00
parent e893358693
commit 72c2f16d76

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "inadyn"; pname = "inadyn";
version = "2.5"; version = "2.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "troglobit"; owner = "troglobit";
repo = "inadyn"; repo = "inadyn";
rev = "v${version}"; rev = "v${version}";
sha256 = "0izhynqfj4xafsrc653wym8arwps0qim203w8l0g5z9vzfxfnvqw"; sha256 = "013kxlglxliajv3lrsix4w88w40g709rvycajb6ad6gbh8giqv47";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://troglobit.com/project/inadyn/; homepage = "http://troglobit.com/project/inadyn/";
description = "Free dynamic DNS client"; description = "Free dynamic DNS client";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];