Merge pull request #282735 from squalus/navidrome

navidrome: 0.50.2 -> 0.51.0
This commit is contained in:
Martin Weinelt 2024-01-29 19:47:27 +01:00 committed by GitHub
commit ed4a059864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,23 +18,23 @@
buildGoModule rec {
pname = "navidrome";
version = "0.50.2";
version = "0.51.0";
src = fetchFromGitHub {
owner = "navidrome";
repo = "navidrome";
rev = "v${version}";
hash = "sha256-SZ9wVOHtmkrWfYGA0hNCXag2Yp17glOQpBsEQRK6Npg=";
hash = "sha256-AsDVU1J/lPjTY6R7khzorbBCWuL9FX6aZnMD2snBSys=";
};
vendorHash = "sha256-PKj2zJhGR1yETLZ4as35cuwil3vfyFKfkKF/32YdAt8=";
vendorHash = "sha256-Q95OchWkxd/EmG7Vu0e/dge9nOIrGmcTgjGL5dBvEKA=";
npmRoot = "ui";
npmDeps = fetchNpmDeps {
inherit src;
sourceRoot = "${src.name}/ui";
hash = "sha256-7wMMBJE3zSm+eCIaLBjt+Q0OWh3u0XpS0XHnaH17Xsc=";
hash = "sha256-LrLswdt6RA55FQE/YWHNwtjxljjlCNSTLWJNqy1ohKo=";
};
nativeBuildInputs = [