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

vdrPlugins.softhddevice: 2.0.9 -> 2.1.1
This commit is contained in:
Christian Kögler 2024-02-24 11:21:48 +01:00 committed by GitHub
commit d743b7f87d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.0.9";
version = "2.1.1";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-FyjKMCKPZVtQhb7wBx4Xr6I/kb2QMH/TEE21bw5gcwc=";
sha256 = "sha256-d/Cl0sE4laDdjMhd3xTHcY4OT5tWWCFCvLsNF157+zw=";
rev = "v${version}";
};