mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #274898 from r-ryantm/auto-update/navidrome
navidrome: 0.50.1 -> 0.50.2
This commit is contained in:
commit
840a3b4ab1
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "navidrome";
|
pname = "navidrome";
|
||||||
version = "0.50.1";
|
version = "0.50.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "navidrome";
|
owner = "navidrome";
|
||||||
repo = "navidrome";
|
repo = "navidrome";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-mbjc5fznJZmZrY1Rd+57ABN55Hyzg1XqZR/qwtesRIg=";
|
hash = "sha256-SZ9wVOHtmkrWfYGA0hNCXag2Yp17glOQpBsEQRK6Npg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-PKj2zJhGR1yETLZ4as35cuwil3vfyFKfkKF/32YdAt8=";
|
vendorHash = "sha256-PKj2zJhGR1yETLZ4as35cuwil3vfyFKfkKF/32YdAt8=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue