Skip to content

Commit b523c0d

Browse files
authored
spotube: 3.8.1 -> 3.8.2 (NixOS#345551)
2 parents e85db9f + fdedf70 commit b523c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
let
2424
pname = "spotube";
25-
version = "3.8.1";
25+
version = "3.8.2";
2626

2727
meta = {
2828
description = "Open source, cross-platform Spotify client compatible across multiple platforms";
@@ -56,7 +56,7 @@ let
5656

5757
src = fetchArtifact {
5858
filename = "Spotube-macos-universal.dmg";
59-
hash = "sha256-NbKFvg50n/GByVU6/vNLmTTV9bhIhl3AxlwAcG60KVY=";
59+
hash = "sha256-2nqWHQDxJ0PcwTiLAa8YZffqwsdnepMpXvpqRPX5JxM=";
6060
};
6161

6262
sourceRoot = ".";
@@ -80,7 +80,7 @@ let
8080

8181
src = fetchArtifact {
8282
filename = "Spotube-linux-x86_64.deb";
83-
hash = "sha256-R/yHXx29T/7NNc1L1AmevzXp1k98qnmvOEd3cfSlJuA=";
83+
hash = "sha256-kDPNWbspmORClVMH91Lt3dLVsRwGxiBtB49CHSHxQxI=";
8484
};
8585

8686
nativeBuildInputs = [

0 commit comments

Comments
 (0)