navidrome: 0.51.0 -> 0.51.1

This commit is contained in:
R. Ryantm 2024-02-17 03:45:49 +00:00
parent 571716ebca
commit 2f096643ee

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "navidrome";
version = "0.51.0";
version = "0.51.1";
src = fetchFromGitHub {
owner = "navidrome";
repo = "navidrome";
rev = "v${version}";
hash = "sha256-AsDVU1J/lPjTY6R7khzorbBCWuL9FX6aZnMD2snBSys=";
hash = "sha256-6IYQrSWqrvYz2tDlk14UaX36bdXN0DbF7ynaa3Qboa4=";
};
vendorHash = "sha256-Q95OchWkxd/EmG7Vu0e/dge9nOIrGmcTgjGL5dBvEKA=";