Merge pull request #115241 from pasqui23/minitube

minitube: 3.6 -> 3.8.1
This commit is contained in:
Maximilian Bosch 2021-03-09 10:26:03 +01:00 committed by GitHub
commit 9ffb22990d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,15 @@
{ mkDerivation, lib, fetchFromGitHub, phonon, phonon-backend-vlc, qtbase, qmake { mkDerivation, lib, fetchFromGitHub, phonon, phonon-backend-vlc, qtbase, qmake
, qtdeclarative, qttools, qtx11extras, mpv , qtdeclarative, qttools, qtx11extras, mpv
# "Free" key generated by nckx <github@tobias.gr>. I no longer have a Google # "Free" key generated by pasqui23
# account. You'll need to generate (and please share :-) a new one if it breaks. , withAPIKey ? "AIzaSyBQvZXseEVvgu5Ega_DI-AIJ55v0OsHmVY" }:
, withAPIKey ? "AIzaSyBtFgbln3bu1swQC-naMxMtKh384D3xJZE" }:
mkDerivation rec { mkDerivation rec {
pname = "minitube"; pname = "minitube";
version = "3.6"; version = "3.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "6IaBPYL/yGWKUHxPe1FnAR1gDHImXYGItYWq7VNjwEU="; sha256 = "3lpZyPwo4NnxZJKfmCFsH4WdakV4KB5BtCr5xsleeIQ=";
rev = version; rev = version;
repo = "minitube"; repo = "minitube";
owner = "flaviotordini"; owner = "flaviotordini";