Skip to content

Commit

Permalink
your_spotify: 1.11.0 -> 1.12.0 (#366529)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Jan 26, 2025
2 parents a5abbcc + a8a8e12 commit 0b6fad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/yo/your_spotify/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "your_spotify_server";
version = "1.11.0";
version = "1.12.0";

src = fetchFromGitHub {
owner = "Yooooomi";
repo = "your_spotify";
tag = finalAttrs.version;
hash = "sha256-BytHkvm0gfMnsKe2gDTARWYIHBpfAfIisf2p4bmrpMA=";
hash = "sha256-QmDjBZEKI5wQ2fcbfVLI6aD9+73ROeKnXWYUz2eSimc=";
};

offlineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-D7rL3hxidLaChCwn5umQAnWr4cTVQ1iwDs5+gIDgBGI=";
hash = "sha256-LlSYrDIUkvIlcR4emvLBNtaqzEVISirekv9G+AX6XbM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0b6fad0

Please sign in to comment.