Merge pull request #294357 from TomaSajt/spotube
spotube: 3.4.1 -> 3.5.0
This commit is contained in:
commit
cd3a1aeff7
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "spotube";
|
pname = "spotube";
|
||||||
version = "3.4.1";
|
version = "3.5.0";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An open source, cross-platform Spotify client compatible across multiple platforms";
|
description = "An open source, cross-platform Spotify client compatible across multiple platforms";
|
||||||
|
@ -46,7 +46,7 @@ let
|
||||||
|
|
||||||
src = fetchArtifact {
|
src = fetchArtifact {
|
||||||
filename = "Spotube-macos-universal.dmg";
|
filename = "Spotube-macos-universal.dmg";
|
||||||
hash = "sha256-VobLCxsmE5kGIlDDa3v5xIHkw2x2YV14fgHHcDb+bLo=";
|
hash = "sha256-omXhiH/hVxFef03GqmpYf65SfdLjLyeMyuAWuvSpYiI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
@ -67,7 +67,7 @@ let
|
||||||
|
|
||||||
src = fetchArtifact {
|
src = fetchArtifact {
|
||||||
filename = "Spotube-linux-x86_64.deb";
|
filename = "Spotube-linux-x86_64.deb";
|
||||||
hash = "sha256-NEGhzNz0E8jK2NPmigzoPAvYcU7zN9YHikuXHpzWfx0=";
|
hash = "sha256-Rea4GvxdkUfZF8lCBzI9UrD9Iz9D5vq9oxYBn5bahZE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue