spotify-qt: 3.9 -> 3.11

This commit is contained in:
deviantsemicolon 2024-04-14 19:30:31 -04:00
parent 28e38b1156
commit 3cbd4a0de0
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];