mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
spotube: 3.8.1 -> 3.8.2 (#345551)
This commit is contained in:
commit
b523c0d26e
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "spotube";
|
pname = "spotube";
|
||||||
version = "3.8.1";
|
version = "3.8.2";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open source, cross-platform Spotify client compatible across multiple platforms";
|
description = "Open source, cross-platform Spotify client compatible across multiple platforms";
|
||||||
@ -56,7 +56,7 @@ let
|
|||||||
|
|
||||||
src = fetchArtifact {
|
src = fetchArtifact {
|
||||||
filename = "Spotube-macos-universal.dmg";
|
filename = "Spotube-macos-universal.dmg";
|
||||||
hash = "sha256-NbKFvg50n/GByVU6/vNLmTTV9bhIhl3AxlwAcG60KVY=";
|
hash = "sha256-2nqWHQDxJ0PcwTiLAa8YZffqwsdnepMpXvpqRPX5JxM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
@ -80,7 +80,7 @@ let
|
|||||||
|
|
||||||
src = fetchArtifact {
|
src = fetchArtifact {
|
||||||
filename = "Spotube-linux-x86_64.deb";
|
filename = "Spotube-linux-x86_64.deb";
|
||||||
hash = "sha256-R/yHXx29T/7NNc1L1AmevzXp1k98qnmvOEd3cfSlJuA=";
|
hash = "sha256-kDPNWbspmORClVMH91Lt3dLVsRwGxiBtB49CHSHxQxI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user