Unverified Commit 096451d0 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

navidrome: 0.55.1 -> 0.55.2 (#396367)

parents a2405ae0 b6872a5b
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
{
  buildGo123Module,
  buildGo124Module,
  buildPackages,
  fetchFromGitHub,
  fetchNpmDeps,
@@ -16,18 +16,18 @@
  ffmpegSupport ? true,
}:

buildGo123Module rec {
buildGo124Module rec {
  pname = "navidrome";
  version = "0.55.1";
  version = "0.55.2";

  src = fetchFromGitHub {
    owner = "navidrome";
    repo = "navidrome";
    rev = "v${version}";
    hash = "sha256-BkgHUX2kQ7OMnb9vOIwsQ9eNcqCzekz2IVMtG0IMUaA=";
    hash = "sha256-RJDWpaB0rdrwLSEjwLIZ7ymvYvFSX4/fIT3xFki3278=";
  };

  vendorHash = "sha256-IF2RaEsuHADnwONrvwbL6KZVrE3bZx1sX03zpmtQZq8=";
  vendorHash = "sha256-stdYTvYwsu00l5sAW86nBlwnACOfyLbKi7Xn5gdM/7Y=";

  npmRoot = "ui";

@@ -92,6 +92,7 @@ buildGo123Module rec {
    maintainers = with lib.maintainers; [
      aciceri
      squalus
      tebriel
    ];
    # Broken on Darwin: sandbox-exec: pattern serialization length exceeds maximum (NixOS/nix#4119)
    broken = stdenv.hostPlatform.isDarwin;