summary refs log tree commit diff
diff options
context:
space:
mode:
authorPasquale <p3dimaria@hotmail.it>2021-03-06 09:10:04 +0100
committerPasquale <p3dimaria@hotmail.it>2021-03-06 09:10:04 +0100
commitb857d984ac321569bf72dc6644eb07d675c12395 (patch)
treec74f7c647d5e4df22fd159177f48171dddd1f32b
parentec57104031b7cc7fd21880b3aec82297d7f7d6e1 (diff)
downloadnixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.tar
nixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.tar.gz
nixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.tar.bz2
nixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.tar.lz
nixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.tar.xz
nixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.tar.zst
nixpkgs-b857d984ac321569bf72dc6644eb07d675c12395.zip
minitube: updated API keys
-rw-r--r--pkgs/applications/video/minitube/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/video/minitube/default.nix b/pkgs/applications/video/minitube/default.nix
index 22d2450f64c..a1ccc353d56 100644
--- a/pkgs/applications/video/minitube/default.nix
+++ b/pkgs/applications/video/minitube/default.nix
@@ -1,9 +1,8 @@
 { mkDerivation, lib, fetchFromGitHub, phonon, phonon-backend-vlc, qtbase, qmake
 , qtdeclarative, qttools, qtx11extras, mpv
 
-# "Free" key generated by nckx <github@tobias.gr>. I no longer have a Google
-# account. You'll need to generate (and please share :-) a new one if it breaks.
-, withAPIKey ? "AIzaSyBtFgbln3bu1swQC-naMxMtKh384D3xJZE" }:
+# "Free" key generated by pasqui23
+, withAPIKey ? "AIzaSyBQvZXseEVvgu5Ega_DI-AIJ55v0OsHmVY" }:
 
 mkDerivation rec {
   pname = "minitube";