We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e85db9f + fdedf70 commit b523c0dCopy full SHA for b523c0d
pkgs/by-name/sp/spotube/package.nix
@@ -22,7 +22,7 @@
22
23
let
24
pname = "spotube";
25
- version = "3.8.1";
+ version = "3.8.2";
26
27
meta = {
28
description = "Open source, cross-platform Spotify client compatible across multiple platforms";
@@ -56,7 +56,7 @@ let
56
57
src = fetchArtifact {
58
filename = "Spotube-macos-universal.dmg";
59
- hash = "sha256-NbKFvg50n/GByVU6/vNLmTTV9bhIhl3AxlwAcG60KVY=";
+ hash = "sha256-2nqWHQDxJ0PcwTiLAa8YZffqwsdnepMpXvpqRPX5JxM=";
60
};
61
62
sourceRoot = ".";
@@ -80,7 +80,7 @@ let
80
81
82
filename = "Spotube-linux-x86_64.deb";
83
- hash = "sha256-R/yHXx29T/7NNc1L1AmevzXp1k98qnmvOEd3cfSlJuA=";
+ hash = "sha256-kDPNWbspmORClVMH91Lt3dLVsRwGxiBtB49CHSHxQxI=";
84
85
86
nativeBuildInputs = [
0 commit comments