Unverified Commit 98d2dbc7 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #312591 from r-ryantm/auto-update/navidrome

navidrome: 0.52.0 -> 0.52.5
parents c10fb0df 90916525
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ in
            };
          };
        };
        default = { };
        example = {
          MusicFolder = "/mnt/music";
        };
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@

buildGoModule rec {
  pname = "navidrome";
  version = "0.52.0";
  version = "0.52.5";

  src = fetchFromGitHub {
    owner = "navidrome";
    repo = "navidrome";
    rev = "v${version}";
    hash = "sha256-AbavYvXMVJTopnfBFNx2TVqITPZCRtVeUFqROpNmtt8=";
    hash = "sha256-M1BxR4Mmkfbr9Wb2YwWEeVGgKOCtD/8pgFZiv8mTi7s=";
  };

  vendorHash = "sha256-rwRWyegjlDFqbq1/cI2DhC1UJEySJaZkeoxgeH+u5Rc=";
  vendorHash = "sha256-puldHJs5GiaXvyvwuzAX00nMLUxoBESpxLOEtBYD7o4=";

  npmRoot = "ui";