From 28e38b1156a1ccc72107015fc84cc415c8705158 Mon Sep 17 00:00:00 2001 From: deviantsemicolon Date: Sun, 14 Apr 2024 19:06:01 -0400 Subject: [PATCH] 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 ];