From 3cbd4a0de02cca1ed3cced7f36f433f082e717dc Mon Sep 17 00:00:00 2001 From: deviantsemicolon Date: Sun, 14 Apr 2024 19:30:31 -0400 Subject: [PATCH] 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 ];