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-14 18:50:47 +0800
committerRuixi-rebirth <ruixirebirth@gmail.com>2023-04-14 18:50:47 +0800
commita73470ec4e053f5a1f51a5c46c5fbf4f29a020df (patch)
tree48ddfe6e52f039a5c15750f6734853d511eac292 /pkgs/applications/audio/go-musicfox
parentc581a52a41b028bf9c994f2e1ad719c643ce8965 (diff)
go-musicfox: 4.0.1 -> 4.0.2
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 e6d409db40d3d..951fb926bb6a7 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.1";
+  version = "4.0.2";
 
   src = fetchFromGitHub {
     owner = "anhoder";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-eOcQWw5wXU59/EzDLk028mV/Ro6Ii0DYcp4wdDedhrA=";
+    hash = "sha256-ZxyW/NUKSCcx/KGgFV2pt5ucTBP7BE7qFeTvBoRmUvQ=";
   };
 
   deleteVendor = true;