vdrPlugins.softhddevice: 2.1.2 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-05-01 15:53:45 +00:00
parent 8a23e99319
commit ea035e6964

View file

@ -14,12 +14,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-y6b0nOf597uxS9zDh0NQOwLN81nk4U7lHK2CalyVi8s=";
sha256 = "sha256-1yCDNfUdQLgJ0WWyx0q3Hi0yxb6zxaK7wMzLD9jXweI=";
rev = "v${version}";
};