vdrPlugins.softhddevice: 1.9.0 -> 1.9.2

+3 -3
+3 -3
pkgs/applications/video/vdr/softhddevice/default.nix
··· 12 12 }: 13 13 stdenv.mkDerivation rec { 14 14 pname = "vdr-softhddevice"; 15 - version = "1.9.0"; 15 + version = "1.9.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "ua0lnj"; 19 19 repo = "vdr-plugin-softhddevice"; 20 - sha256 = "sha256-IqG1Jr+fV4MMyTTOUGY34HNqS8qvAH+CSi2IEyVGVFo="; 20 + sha256 = "sha256-2kh8qMxaAjekvgjMVRmm1nPzlN2wjY/6qYjFyo6CLlg="; 21 21 rev = "v${version}"; 22 22 }; 23 23 ··· 40 40 ''; 41 41 42 42 meta = with lib; { 43 - homepage = "https://github.com/ua0lnj/vdr-plugin-softhddevice"; 43 + inherit (src.meta) homepage; 44 44 description = "VDR SoftHDDevice Plug-in"; 45 45 maintainers = [ maintainers.ck3d ]; 46 46 license = licenses.gpl2;