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

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

vdrPlugins.softhddevice: 1.12.5 -> 2.0.6
parents 80ba19c4 34e31e31
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}";
  };