navidrome: 0.52.5 -> 0.53.2 (#342802)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-25 10:44:37 +02:00 committed by GitHub
commit 3c1d0442f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
{ buildGoModule
{ buildGo123Module
, buildPackages
, fetchFromGitHub
, fetchNpmDeps
@ -15,25 +15,25 @@
, ffmpegSupport ? true
}:
buildGoModule rec {
buildGo123Module rec {
pname = "navidrome";
version = "0.52.5";
version = "0.53.2";
src = fetchFromGitHub {
owner = "navidrome";
repo = "navidrome";
rev = "v${version}";
hash = "sha256-M1BxR4Mmkfbr9Wb2YwWEeVGgKOCtD/8pgFZiv8mTi7s=";
hash = "sha256-ghjQZc+KWtgDcW9nU7L2FV8mOL6nn7V5Dn0JiG5gii8=";
};
vendorHash = "sha256-puldHJs5GiaXvyvwuzAX00nMLUxoBESpxLOEtBYD7o4=";
vendorHash = "sha256-+acLAn9cicXYRVn3tL+GzFeCxHtXHDMgKisu4BzvGQs=";
npmRoot = "ui";
npmDeps = fetchNpmDeps {
inherit src;
sourceRoot = "${src.name}/ui";
hash = "sha256-OZvEPC+MobCJn16d3MsMtrStbsmRD9Ef0/leVSXtVZ8=";
hash = "sha256-SebqSsng/t6g2874Hejc9wubiyYLE0jb3oLFnGwTRMA=";
};
nativeBuildInputs = [