vdrPlugins.softhddevice: 1.10.3 -> 1.11.1

This commit is contained in:
Christian Kögler 2023-07-29 14:03:56 +02:00
parent d2b52322f3
commit dc617c6623

View File

@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "1.10.3";
version = "1.11.1";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-iuQ6ZHPrtIQzEqHYrLibZ8uOOwNqMbWYCD5plDQcBZg=";
sha256 = "sha256-+itSxkyst/KJzyT8ALJkCKumrHHKiWfnvikonwexgnc=";
rev = "v${version}";
};