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

vdrPlugins.softhddevice: 2.1.1 -> 2.1.2
This commit is contained in:
Christian Kögler 2024-03-16 15:56:36 +01:00 committed by GitHub
commit a496094154
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.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-d/Cl0sE4laDdjMhd3xTHcY4OT5tWWCFCvLsNF157+zw=";
sha256 = "sha256-y6b0nOf597uxS9zDh0NQOwLN81nk4U7lHK2CalyVi8s=";
rev = "v${version}";
};