vdrPlugins.softhddevice: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm
2025-01-19 15:08:27 +00:00
parent 3ab4abae1d
commit 7ee444227b
@@ -15,12 +15,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-bddPyOx8tCG+us9QQxO1t7rZK1HfZy3TFWtd5mPw2o4=";
sha256 = "sha256-T/A85lkKCjBaEaXGxVTurc1VY01mBCTv8t8m5qzvtpY=";
rev = "v${version}";
};