From 6ba3b753af7818b1b20fc2b03d9d56d6f8497f45 Mon Sep 17 00:00:00 2001 From: deviantsemicolon Date: Sun, 14 Apr 2024 19:04:03 -0400 Subject: [PATCH 1/3] updated spotify-qt version --- pkgs/applications/audio/spotify-qt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/spotify-qt/default.nix b/pkgs/applications/audio/spotify-qt/default.nix index 4f6460bd3a2d..ad443501d562 100644 --- a/pkgs/applications/audio/spotify-qt/default.nix +++ b/pkgs/applications/audio/spotify-qt/default.nix @@ -9,7 +9,7 @@ mkDerivation rec { pname = "spotify-qt"; - version = "3.9"; + version = "3.11"; src = fetchFromGitHub { owner = "kraxarn"; From 28e38b1156a1ccc72107015fc84cc415c8705158 Mon Sep 17 00:00:00 2001 From: deviantsemicolon Date: Sun, 14 Apr 2024 19:06:01 -0400 Subject: [PATCH 2/3] updated spotify-qt hash --- pkgs/applications/audio/spotify-qt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/spotify-qt/default.nix b/pkgs/applications/audio/spotify-qt/default.nix index ad443501d562..380642d94712 100644 --- a/pkgs/applications/audio/spotify-qt/default.nix +++ b/pkgs/applications/audio/spotify-qt/default.nix @@ -15,7 +15,7 @@ mkDerivation rec { owner = "kraxarn"; repo = pname; rev = "v${version}"; - sha256 = "sha256-8rLpasgXiaL2KpGnYMQdNN2ayjcSkmz5hDkNBnKNWHk="; + sha256 = "sha256-coPYYLKC4E8snHx/GgV3Oy79Y9yvs/TeUBDoQZxO9Gs="; }; buildInputs = [ libxcb qtbase qtsvg ]; From 3cbd4a0de02cca1ed3cced7f36f433f082e717dc Mon Sep 17 00:00:00 2001 From: deviantsemicolon Date: Sun, 14 Apr 2024 19:30:31 -0400 Subject: [PATCH 3/3] spotify-qt: 3.9 -> 3.11 --- pkgs/applications/audio/spotify-qt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/spotify-qt/default.nix b/pkgs/applications/audio/spotify-qt/default.nix index 380642d94712..d5947d145172 100644 --- a/pkgs/applications/audio/spotify-qt/default.nix +++ b/pkgs/applications/audio/spotify-qt/default.nix @@ -15,7 +15,7 @@ mkDerivation rec { owner = "kraxarn"; repo = pname; rev = "v${version}"; - sha256 = "sha256-coPYYLKC4E8snHx/GgV3Oy79Y9yvs/TeUBDoQZxO9Gs="; + sha256 = "sha256-Dm+ELHtYZGSzJSrERtvpuuV5cVZ9ah9WQ0iTTJqGqVg="; }; buildInputs = [ libxcb qtbase qtsvg ];