spotube: 3.5.0 -> 3.6.0

This commit is contained in:
TomaSajt 2024-04-15 19:11:26 +02:00
parent 7d7fedcede
commit 0099daf432
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -19,7 +19,7 @@
let let
pname = "spotube"; pname = "spotube";
version = "3.5.0"; version = "3.6.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";
@ -53,7 +53,7 @@ let
src = fetchArtifact { src = fetchArtifact {
filename = "Spotube-macos-universal.dmg"; filename = "Spotube-macos-universal.dmg";
hash = "sha256-omXhiH/hVxFef03GqmpYf65SfdLjLyeMyuAWuvSpYiI="; hash = "sha256-Qsr+66ToyLCCUwirj/7V6vzSNmx7BZ3O34liLx6AdlI=";
}; };
sourceRoot = "."; sourceRoot = ".";
@ -77,7 +77,7 @@ let
src = fetchArtifact { src = fetchArtifact {
filename = "Spotube-linux-x86_64.deb"; filename = "Spotube-linux-x86_64.deb";
hash = "sha256-Rea4GvxdkUfZF8lCBzI9UrD9Iz9D5vq9oxYBn5bahZE="; hash = "sha256-dSFtjCuufrg5tG+FLgLgdx20WpO2s4wGOPtK+tel3dg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [