google-play: 1.5.8 -> 1.6.3 (#358456)

This commit is contained in:
Masum Reza 2024-11-23 22:41:13 +05:30 committed by GitHub
commit a33a6fc89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "google-play";
version = "1.5.8";
version = "1.6.3";
src = fetchFromGitHub {
owner = "3052";
repo = "google";
rev = "v${version}";
hash = "sha256-viAqy/vFbkzW45oCUd3kvkR/8BzPYe/XdPJEpeSmcY0=";
hash = "sha256-Wf7k76TXBr10FIclo/Ny8MLDDSNXu54JTDS0vfw4UXA=";
};
subPackages = [
@ -20,7 +20,7 @@ buildGoModule rec {
"internal/badging"
];
vendorHash = "sha256-C04/LcTcXaVzl74cTJBIZT+1mBw+cmOT8TllWIm4Jt4=";
vendorHash = "sha256-NVN5qoGXiL6lOPZejUhK55EuzF7R0KsIT+2oCzK+Qg0=";
meta = {
description = "CLI app to download APK from Google Play or send API requests";