Merge pull request #267801 from r-ryantm/auto-update/vdrPlugins.softhddevice

vdrPlugins.softhddevice: 1.12.5 -> 2.0.6
This commit is contained in:
Christian Kögler
2023-11-16 19:43:01 +01:00
committed by GitHub
@@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "1.12.5";
version = "2.0.6";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-T+jmsHZA7poxwLSFi9N8ALa0te735HQer9ByH2Wub60=";
sha256 = "sha256-eE2cxqV/XpGyxneVzpP7f215IReH1nwGEkfCHbxUgVs=";
rev = "v${version}";
};