about summary refs log tree commit diff
path: root/pkgs/applications/audio/go-musicfox
diff options
context:
space:
mode:
authorRuixi-rebirth <ruixirebirth@gmail.com>2023-04-09 15:43:32 +0800
committerRuixi-rebirth <ruixirebirth@gmail.com>2023-04-09 15:43:32 +0800
commit179eda92f8145af9d56d738ce9628622bf6e9c65 (patch)
tree8e3292170ed875516925c212f582ffdcd8ce21ac /pkgs/applications/audio/go-musicfox
parent6eab744741273e19c91190c921951956b9b2d242 (diff)
go-musicfox: 3.7.7 -> 4.0.0
Diffstat (limited to 'pkgs/applications/audio/go-musicfox')
-rw-r--r--pkgs/applications/audio/go-musicfox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/go-musicfox/default.nix b/pkgs/applications/audio/go-musicfox/default.nix
index 40ecd0dd21a67..1faba8f80e510 100644
--- a/pkgs/applications/audio/go-musicfox/default.nix
+++ b/pkgs/applications/audio/go-musicfox/default.nix
@@ -10,13 +10,13 @@
 # gcc only supports objc on darwin
 buildGoModule.override { stdenv = clangStdenv; } rec {
   pname = "go-musicfox";
-  version = "3.7.7";
+  version = "4.0.0";
 
   src = fetchFromGitHub {
     owner = "anhoder";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-gQPr+mCZ7tnASs/ibow1b0Qj3ppZhdgP4U1Vxo+FfE4=";
+    hash = "sha256-nhUsudytVSY/wbaP8ZuXurU2rxQPPblgPGdEyGjVpG4=";
   };
 
   deleteVendor = true;