Merge pull request #78591 from r-ryantm/auto-update/mediathekview

mediathekview: 13.5.0 -> 13.5.1
This commit is contained in:
Ryan Mulligan 2020-01-29 05:36:40 -08:00 committed by GitHub
commit 13a4b486b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "13.5.0";
version = "13.5.1";
pname = "mediathekview";
src = fetchurl {
url = "https://download.mediathekview.de/stabil/MediathekView-${version}-linux.tar.gz";
sha256 = "0n05w2d6sh03rjms7m9b5nj84cl16gkrc9nsn53kvldglmqmmrac";
sha256 = "0fixr6drim0wmh4q44zikcla4mrnm44nm95d5naqsgx6idalddrc";
};
nativeBuildInputs = [ makeWrapper ];