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-15 09:13:15 +0800
committerRuixi-rebirth <ruixirebirth@gmail.com>2023-04-15 09:13:15 +0800
commite6955adeaa95330a622fc17cf868d172b9f4278d (patch)
tree1fa4eef53b88662380c76199ada4a53ada1d4748 /pkgs/applications/audio/go-musicfox
parenta73470ec4e053f5a1f51a5c46c5fbf4f29a020df (diff)
go-musicfox: 4.0.2 -> 4.0.3
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 951fb926bb6a7..a2e3cbc44cf76 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 = "4.0.2";
+  version = "4.0.3";
 
   src = fetchFromGitHub {
     owner = "anhoder";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-ZxyW/NUKSCcx/KGgFV2pt5ucTBP7BE7qFeTvBoRmUvQ=";
+    hash = "sha256-6JOD0RsZY79jLYJqPrzc43jgR03XQEfa8B0mGvlIkF4=";
   };
 
   deleteVendor = true;