vdrPlugins.softhddevice: 1.9.7 -> 1.10.3

This commit is contained in:
R. Ryantm 2023-07-10 06:43:57 +00:00
parent d705d71c03
commit b75c5aea9a

View File

@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "1.9.7";
version = "1.10.3";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-SviAuV+71pxnuEcmoLQkA1yti2jAAuG7yZZDlf3cODc=";
sha256 = "sha256-iuQ6ZHPrtIQzEqHYrLibZ8uOOwNqMbWYCD5plDQcBZg=";
rev = "v${version}";
};