Unverified Commit 692a3a49 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

navidrome: 0.54.3 -> 0.54.5 (#383996)

parents a77cc593 33ab0a55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@

buildGo123Module rec {
  pname = "navidrome";
  version = "0.54.3";
  version = "0.54.5";

  src = fetchFromGitHub {
    owner = "navidrome";
    repo = "navidrome";
    rev = "v${version}";
    hash = "sha256-mOJSgX+1id8tZU8KVjWbf2LycrzdudhUV/9pxKa4yHw=";
    hash = "sha256-74sN2qZVjsD5i3BkJKYcpL3vZsVIg0H5RI70oRdZpi0=";
  };

  vendorHash = "sha256-LpSmSbReQ3yHFvHhN/LERWQjf72/ELTjk4qhO4lyzW0=";
  vendorHash = "sha256-bI0iDhATvNylKnI81eeUpgsm8YqySPyinPgBbcO0y4I=";

  npmRoot = "ui";