your_spotify: 1.12.0 -> 1.13.1 (#402213)

Co-authored-by: PatrickDaG <PatrickDaG@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-28 09:01:40 +00:00
committed by GitHub
co-authored by PatrickDaG
+3 -3
View File
@@ -14,18 +14,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "your_spotify_server";
version = "1.12.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "Yooooomi";
repo = "your_spotify";
tag = finalAttrs.version;
hash = "sha256-QmDjBZEKI5wQ2fcbfVLI6aD9+73ROeKnXWYUz2eSimc=";
hash = "sha256-Acf+y8/Aga6rKwdb9b6im58IWqiKX4wHDeUzT5ApPqs=";
};
offlineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-LlSYrDIUkvIlcR4emvLBNtaqzEVISirekv9G+AX6XbM=";
hash = "sha256-N70gsVnlzRQMRK16aeqHQeBAg9A2Fvh9CuivyBNPPDA=";
};
nativeBuildInputs = [