Skip to content

Commit

Permalink
spotube: 3.8.1 -> 3.8.2 (#345551)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras authored Oct 1, 2024
2 parents e85db9f + fdedf70 commit b523c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sp/spotube/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

let
pname = "spotube";
version = "3.8.1";
version = "3.8.2";

meta = {
description = "Open source, cross-platform Spotify client compatible across multiple platforms";
Expand Down Expand Up @@ -56,7 +56,7 @@ let

src = fetchArtifact {
filename = "Spotube-macos-universal.dmg";
hash = "sha256-NbKFvg50n/GByVU6/vNLmTTV9bhIhl3AxlwAcG60KVY=";
hash = "sha256-2nqWHQDxJ0PcwTiLAa8YZffqwsdnepMpXvpqRPX5JxM=";
};

sourceRoot = ".";
Expand All @@ -80,7 +80,7 @@ let

src = fetchArtifact {
filename = "Spotube-linux-x86_64.deb";
hash = "sha256-R/yHXx29T/7NNc1L1AmevzXp1k98qnmvOEd3cfSlJuA=";
hash = "sha256-kDPNWbspmORClVMH91Lt3dLVsRwGxiBtB49CHSHxQxI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b523c0d

Please sign in to comment.