Unverified Commit 9e010bee authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

go-musicfox: 4.0.6 -> 4.1.1
parents 227916a4 7db6adad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,18 +9,18 @@

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

  src = fetchFromGitHub {
    owner = "go-musicfox";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ZqB3NL/pLIY1lHl3qMIOciqsOW9jNwjVQAq1j/ydDWs=";
    hash = "sha256-A1+JDMT4mHUi10GE4/qV5IMuwNsm4EdBt9VC2ZvJzuU=";
  };

  deleteVendor = true;

  vendorHash = "sha256-rJlyrPQS9UKinxIwGGo3EHlmWrzTKIm1jM1UDqnmVyg=";
  vendorHash = "sha256-xzLUWqzDVT+Htw/BHygOJM16uQvWXopyxxHBZQKcOQ8=";

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