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-05 21:19:15 +0800
committerGitHub <noreply@github.com>2023-03-05 21:19:15 +0800
commit6e457dd0dd4df6d2a754c279104819f088484380 (patch)
treeea8c417a41eacab1b36ca105f5fc3599f9ecd0ef /pkgs/applications/audio/go-musicfox
parent99068e4aec76e295dac9e9174f0597ab52b47479 (diff)
go-musicfox: 3.7.0 -> 3.7.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 e08400220790f..66f2a1a02d125 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.0";
+  version = "3.7.2";
 
   src = fetchFromGitHub {
     owner = "anhoder";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-IXB5eOXVtoe21WbQa9x5SKcgUpgyjVx48998vdccMPM=";
+    hash = "sha256-Wc9HFvBSLQA7jT+LJj+tyHzRbszhR2XD1/3C+SdrAGA=";
   };
 
   deleteVendor = true;