Skip to content

Commit c04baa5

Browse files
your_spotify: 1.12.0 -> 1.13.1 (#402213)
Co-authored-by: PatrickDaG <[email protected]>
2 parents 678505f + c30d51a commit c04baa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/yo/your_spotify/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "your_spotify_server";
17-
version = "1.12.0";
17+
version = "1.13.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "Yooooomi";
2121
repo = "your_spotify";
2222
tag = finalAttrs.version;
23-
hash = "sha256-QmDjBZEKI5wQ2fcbfVLI6aD9+73ROeKnXWYUz2eSimc=";
23+
hash = "sha256-Acf+y8/Aga6rKwdb9b6im58IWqiKX4wHDeUzT5ApPqs=";
2424
};
2525

2626
offlineCache = fetchYarnDeps {
2727
yarnLock = finalAttrs.src + "/yarn.lock";
28-
hash = "sha256-LlSYrDIUkvIlcR4emvLBNtaqzEVISirekv9G+AX6XbM=";
28+
hash = "sha256-N70gsVnlzRQMRK16aeqHQeBAg9A2Fvh9CuivyBNPPDA=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)