Unverified Commit 6c1d5c99 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

vdrPlugins.softhddevice: 2.3.7 -> 2.3.8 (#344006)

parents 9d33e49f 86959bc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@
}:
stdenv.mkDerivation rec {
  pname = "vdr-softhddevice";
  version = "2.3.7";
  version = "2.3.8";

  src = fetchFromGitHub {
    owner = "ua0lnj";
    repo = "vdr-plugin-softhddevice";
    sha256 = "sha256-gn1Z3pw8f0Tpo8Ot0hP9+p/KbK/EGOInE34BCH3aVp0=";
    sha256 = "sha256-/eNPhkrLpxXeX/5EitMJUgZCPy1Ked3oKuMdD6OuEYc=";
    rev = "v${version}";
  };