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-03-28 22:06:43 +0800
committerRuixi-rebirth <ruixirebirth@gmail.com>2023-03-28 22:31:52 +0800
commit81487980879ff04d1f94a65a06831a42dc75a1db (patch)
treec0606d6bef62cc9447445ae7da5aa038e7c81fa7 /pkgs/applications/audio/go-musicfox
parentf0a09cc1658c000790f9becf3dc7fd7c55e18948 (diff)
go-musicfox: 3.7.5 -> 3.7.7
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 da54f07dfb001..40ecd0dd21a67 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.5";
+  version = "3.7.7";
 
   src = fetchFromGitHub {
     owner = "anhoder";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-+0s+MCFLw527gFj7pfiYGfKYihthFjRLPeto2SbALw0=";
+    hash = "sha256-gQPr+mCZ7tnASs/ibow1b0Qj3ppZhdgP4U1Vxo+FfE4=";
   };
 
   deleteVendor = true;