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

vdrPlugins.softhddevice: 2.3.0 -> 2.3.1
This commit is contained in:
Christian Kögler 2024-05-18 20:13:30 +02:00 committed by GitHub
commit 0908371628
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.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-qyl4XDLJ99QXQY0XXYMteja0oWZ+vkFa4RwEo1Hv3bo=";
sha256 = "sha256-hg4zx3M5X56u3AqG8Aj9DDDB/V0w4EiU9EAz8Qe+NVY=";
rev = "v${version}";
};