Commit 34e31e31 authored by R. RyanTM's avatar R. RyanTM
Browse files

vdrPlugins.softhddevice: 1.12.5 -> 2.0.6

parent 2387a37f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
  pname = "vdr-softhddevice";
  version = "1.12.5";
  version = "2.0.6";

  src = fetchFromGitHub {
    owner = "ua0lnj";
    repo = "vdr-plugin-softhddevice";
    sha256 = "sha256-T+jmsHZA7poxwLSFi9N8ALa0te735HQer9ByH2Wub60=";
    sha256 = "sha256-eE2cxqV/XpGyxneVzpP7f215IReH1nwGEkfCHbxUgVs=";
    rev = "v${version}";
  };