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

vdrPlugins.softhddevice: 1.11.2 -> 1.12.1
This commit is contained in:
Christian Kögler 2023-09-05 17:39:06 +02:00 committed by GitHub
commit c82e3cf8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "1.11.2";
version = "1.12.1";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-V/jkwj/FWgebT4w/n9R5p5xiRNacTolnS3/SYy7FJwA=";
sha256 = "sha256-/Q+O/6kK55E+JN1khRvM7F6H/Vnp/OOD80eU4zmrBt8=";
rev = "v${version}";
};