Unverified Commit c04baa59 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

your_spotify: 1.12.0 -> 1.13.1 (#402213)

parents 678505f6 c30d51a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [