vdrPlugins.softhddevice: 2.4.5 -> 2.4.6

This commit is contained in:
R. Ryantm
2025-08-25 18:46:26 +00:00
parent dbfdaa1a1c
commit a96d5a3b0b
@@ -15,12 +15,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.4.5";
version = "2.4.6";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-G5pOSlO1FU7kvHwH1yw8UBEeDwQ5aIxubdyFcWQ2Z/8=";
sha256 = "sha256-69mLiu/v+iZntrGvL0eNE/dDQwRVIlg5MfsNTr52Ots=";
rev = "v${version}";
};