Merge pull request #304127 from deviantsemicolon/update-spotify-qt

spotify-qt: 3.9 -> 3.11
This commit is contained in:
tomberek 2024-04-14 21:53:21 -04:00 committed by GitHub
commit 88f89d3dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
mkDerivation rec {
pname = "spotify-qt";
version = "3.9";
version = "3.11";
src = fetchFromGitHub {
owner = "kraxarn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8rLpasgXiaL2KpGnYMQdNN2ayjcSkmz5hDkNBnKNWHk=";
sha256 = "sha256-Dm+ELHtYZGSzJSrERtvpuuV5cVZ9ah9WQ0iTTJqGqVg=";
};
buildInputs = [ libxcb qtbase qtsvg ];