go-musicfox: 4.5.3 -> 4.5.7
Diff: https://github.com/go-musicfox/go-musicfox/compare/v4.5.3...v4.5.7 Changelog: https://github.com/go-musicfox/go-musicfox/releases/tag/v4.5.4 https://github.com/go-musicfox/go-musicfox/releases/tag/v4.5.5 https://github.com/go-musicfox/go-musicfox/releases/tag/v4.5.6 https://github.com/go-musicfox/go-musicfox/releases/tag/v4.5.7
This commit is contained in:
@@ -10,18 +10,18 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "go-musicfox";
|
||||
version = "4.5.3";
|
||||
version = "4.5.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "go-musicfox";
|
||||
repo = "go-musicfox";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qf4XAAfWWlHAnNGhXaYpnjj+2z+/lWOHaTyv8R4UDgQ=";
|
||||
hash = "sha256-x3j+gfPRPkDJq9dF2NZBqvRWhnthQ8Y1TUE6xV0qFVU=";
|
||||
};
|
||||
|
||||
deleteVendor = true;
|
||||
|
||||
vendorHash = "sha256-oz/kVp/Jj2Lmo19UFOn2VPD/iWbSRCbmKy8fK8RdkYs=";
|
||||
vendorHash = "sha256-ItZMt6LLOQ/ZRBKAGjD72cTzK39l/ffXpXbODm9MCh8=";
|
||||
|
||||
subPackages = [ "cmd/musicfox.go" ];
|
||||
|
||||
@@ -43,11 +43,11 @@ buildGoModule rec {
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Terminal netease cloud music client written in Go";
|
||||
homepage = "https://github.com/anhoder/go-musicfox";
|
||||
license = licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "musicfox";
|
||||
maintainers = with maintainers; [ zendo Ruixi-rebirth aleksana ];
|
||||
maintainers = with lib.maintainers; [ zendo Ruixi-rebirth aleksana ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user