mediathekview: 14.1.0 -> 14.2.0 (#385787)

This commit is contained in:
Matthias Beyer
2025-03-12 18:02:22 +01:00
committed by GitHub
+2 -2
View File
@@ -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 = [