vdrPlugins.softhddevice: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2024-12-26 08:16:31 +00:00
parent bfaeff093d
commit a1cfcf8cf1

View File

@@ -15,12 +15,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-ZqZqgrDAEYlDZ3tmZ4WzbxAdLde6kcUbLAplCNLGHEc=";
sha256 = "sha256-bddPyOx8tCG+us9QQxO1t7rZK1HfZy3TFWtd5mPw2o4=";
rev = "v${version}";
};