Unverified Commit fe6ae171 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

mediathekview: 14.1.0 -> 14.2.0 (#385787)

parents aaac00e7 462e6345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@
}:

stdenv.mkDerivation rec {
  version = "14.1.0";
  version = "14.2.0";
  pname = "mediathekview";
  src = fetchurl {
    url = "https://download.mediathekview.de/stabil/MediathekView-${version}-linux.tar.gz";
    sha256 = "sha256-2dC7y4SbGsjU6UBHbfye1MUNiLvIQjqTcqPX0I11qIk=";
    sha256 = "sha256-EWpa6YE9Fk7K14vvsbjadKuGGZGqNhlouDtwj6KpbdE=";
  };

  nativeBuildInputs = [