Unverified Commit cc9ed1e3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #215959 from r-ryantm/auto-update/go-musicfox

go-musicfox: 3.6.1 -> 3.7.0
parents 342506f9 b28b7bc5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,18 +10,18 @@
# gcc only supports objc on darwin
buildGoModule.override { stdenv = clangStdenv; } rec {
  pname = "go-musicfox";
  version = "3.6.1";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "anhoder";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-iinEo+HrcNM3gx1iUqe1duRd45PrYgVybRt9NKphwuY=";
    hash = "sha256-IXB5eOXVtoe21WbQa9x5SKcgUpgyjVx48998vdccMPM=";
  };

  deleteVendor = true;

  vendorHash = "sha256-DbdAEvcspTYMYMvc5IBEUtQAJMW8JZpNi0UA/DvzGFo=";
  vendorHash = null;

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