vdrPlugins.softhddevice: 2.3.8 -> 2.4.0 (#365387)

This commit is contained in:
Christian Kögler
2024-12-15 18:54:53 +01:00
committed by GitHub
@@ -15,12 +15,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.3.8";
version = "2.4.0";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-/eNPhkrLpxXeX/5EitMJUgZCPy1Ked3oKuMdD6OuEYc=";
sha256 = "sha256-ZqZqgrDAEYlDZ3tmZ4WzbxAdLde6kcUbLAplCNLGHEc=";
rev = "v${version}";
};