Unverified Commit 2d93ffb8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #229778 from Ruixi-rebirth/go-musicfox

go-musicfox: 4.0.5 -> 4.0.6
parents 9b824c1c 16100e18
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildGoModule rec {
  pname = "go-musicfox";
  version = "4.0.5";
  version = "4.0.6";

  src = fetchFromGitHub {
    owner = "anhoder";
    owner = "go-musicfox";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-NAAl/XmJqRnJyOYNJqmMlCIiGsCsSH7gGTMbD46gpss=";
    hash = "sha256-ZqB3NL/pLIY1lHl3qMIOciqsOW9jNwjVQAq1j/ydDWs=";
  };

  deleteVendor = true;

  vendorHash = null;
  vendorHash = "sha256-rJlyrPQS9UKinxIwGGo3EHlmWrzTKIm1jM1UDqnmVyg=";

  subPackages = [ "cmd/musicfox.go" ];