Merge pull request #332916 from r-ryantm/auto-update/vdrPlugins.softhddevice

vdrPlugins.softhddevice: 2.3.6 -> 2.3.7
This commit is contained in:
Christian Kögler
2024-08-07 09:10:32 +02:00
committed by GitHub
@@ -14,12 +14,12 @@
}:
stdenv.mkDerivation rec {
pname = "vdr-softhddevice";
version = "2.3.6";
version = "2.3.7";
src = fetchFromGitHub {
owner = "ua0lnj";
repo = "vdr-plugin-softhddevice";
sha256 = "sha256-T3OG93Bx1RVyXeqkNJvhOSGojZHIWT3DHHEIzUoykds=";
sha256 = "sha256-gn1Z3pw8f0Tpo8Ot0hP9+p/KbK/EGOInE34BCH3aVp0=";
rev = "v${version}";
};