Skip to content

Commit 462e634

Browse files
committed
mediathekview: 14.1.0 -> 14.2.0
1 parent 31782c6 commit 462e634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/me/mediathekview/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}:
1111

1212
stdenv.mkDerivation rec {
13-
version = "14.1.0";
13+
version = "14.2.0";
1414
pname = "mediathekview";
1515
src = fetchurl {
1616
url = "https://download.mediathekview.de/stabil/MediathekView-${version}-linux.tar.gz";
17-
sha256 = "sha256-2dC7y4SbGsjU6UBHbfye1MUNiLvIQjqTcqPX0I11qIk=";
17+
sha256 = "sha256-EWpa6YE9Fk7K14vvsbjadKuGGZGqNhlouDtwj6KpbdE=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)