Skip to content

Commit 189af30

Browse files
authored
spotube: 3.8.0 -> 3.8.1, fix webview (#342081)
2 parents 70588cc + d6725bb commit 189af30

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pkgs/by-name/sp/spotube/package.nix

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
makeWrapper,
1010
undmg,
1111
wrapGAppsHook3,
12-
gtk3,
13-
libsoup_3,
14-
webkitgtk_4_1,
1512

13+
glib-networking,
14+
gtk3,
1615
libappindicator,
1716
libnotify,
17+
libsoup_3,
1818
mpv-unwrapped,
1919
xdg-user-dirs,
20+
webkitgtk_4_1,
2021
}:
2122

2223
let
2324
pname = "spotube";
24-
version = "3.8.0";
25+
version = "3.8.1";
2526

2627
meta = {
2728
description = "Open source, cross-platform Spotify client compatible across multiple platforms";
@@ -55,7 +56,7 @@ let
5556

5657
src = fetchArtifact {
5758
filename = "Spotube-macos-universal.dmg";
58-
hash = "sha256-qQDbGRnia8JAclm2AgT2FCxhYS6WoNuDWIMbG76pDB0=";
59+
hash = "sha256-NbKFvg50n/GByVU6/vNLmTTV9bhIhl3AxlwAcG60KVY=";
5960
};
6061

6162
sourceRoot = ".";
@@ -79,7 +80,7 @@ let
7980

8081
src = fetchArtifact {
8182
filename = "Spotube-linux-x86_64.deb";
82-
hash = "sha256-xgwHRaFeQ182kRhUzCEvMx56WyPnHu8aCDyQ5wzVKRw=";
83+
hash = "sha256-R/yHXx29T/7NNc1L1AmevzXp1k98qnmvOEd3cfSlJuA=";
8384
};
8485

8586
nativeBuildInputs = [
@@ -90,6 +91,7 @@ let
9091
];
9192

9293
buildInputs = [
94+
glib-networking
9395
gtk3
9496
libappindicator
9597
libnotify

0 commit comments

Comments
 (0)