vdrPlugins.softhddevice: 1.9.0 -> 1.9.2

This commit is contained in:
Christian Kögler 2022-10-03 10:29:13 +02:00
parent 360892caf5
commit 59bb395f1c

View file

@ -12,12 +12,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vdr-softhddevice"; pname = "vdr-softhddevice";
version = "1.9.0"; version = "1.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ua0lnj"; owner = "ua0lnj";
repo = "vdr-plugin-softhddevice"; repo = "vdr-plugin-softhddevice";
sha256 = "sha256-IqG1Jr+fV4MMyTTOUGY34HNqS8qvAH+CSi2IEyVGVFo="; sha256 = "sha256-2kh8qMxaAjekvgjMVRmm1nPzlN2wjY/6qYjFyo6CLlg=";
rev = "v${version}"; rev = "v${version}";
}; };
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "https://github.com/ua0lnj/vdr-plugin-softhddevice"; inherit (src.meta) homepage;
description = "VDR SoftHDDevice Plug-in"; description = "VDR SoftHDDevice Plug-in";
maintainers = [ maintainers.ck3d ]; maintainers = [ maintainers.ck3d ];
license = licenses.gpl2; license = licenses.gpl2;