about summary refs log tree commit diff
path: root/pkgs/applications/audio/feishin/darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/feishin/darwin.nix')
-rw-r--r--pkgs/applications/audio/feishin/darwin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/feishin/darwin.nix b/pkgs/applications/audio/feishin/darwin.nix
index ee1100f2161f..5da2fa6ee025 100644
--- a/pkgs/applications/audio/feishin/darwin.nix
+++ b/pkgs/applications/audio/feishin/darwin.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip";
-    hash = "sha256-6GYp9uzlR1eVRYhNU3kOmcUOPFY3J9eJPqN+TucNavA=";
+    hash = "sha256-sJg3hYOiELm+edw2JTFt6cPFdbDj6mLcLngeqEPaPgs=";
   };
 
   nativeBuildInputs = [ makeWrapper unzip ];