Skip to content

Commit

Permalink
Merge pull request #123001 from Hoverbear/spotify-qt-update-3.6
Browse files Browse the repository at this point in the history
spotify-qt: 3.5 -> 3.6
  • Loading branch information
Ma27 committed May 17, 2021
2 parents 2159883 + 895f68d commit 5743024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/spotify-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

mkDerivation rec {
pname = "spotify-qt";
version = "3.5";
version = "3.6";

src = fetchFromGitHub {
owner = "kraxarn";
repo = pname;
rev = "v${version}";
sha256 = "1bgd0q4sbbww3lbrx2zwgaz0sl7qh195s4kvgsq16gv7ij82bskn";
sha256 = "mKHyE6ZffMYYRLMpzMX53chyJyWxhTAaGvtBI3l6wkI=";
};

buildInputs = [ libxcb qtbase qtsvg ];
Expand Down

0 comments on commit 5743024

Please sign in to comment.