summary refs log tree commit diff
path: root/pkgs/applications/audio/feishin/darwin.nix
diff options
context:
space:
mode:
authornephalemsec <nephalem.sec@protonmail.com>2023-09-26 21:40:54 +1000
committerArtturin <Artturin@artturin.com>2023-10-10 09:27:32 +0300
commite3c7352563e2e34d8b984a914767a010b4e3d112 (patch)
tree54e5dd22b8443418b189dc91b3ce376af2392628 /pkgs/applications/audio/feishin/darwin.nix
parent47db6b44173e3360cb2339f5acda13db04f72ae9 (diff)
downloadnixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.tar
nixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.tar.gz
nixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.tar.bz2
nixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.tar.lz
nixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.tar.xz
nixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.tar.zst
nixpkgs-e3c7352563e2e34d8b984a914767a010b4e3d112.zip
feishin: 0.3.0 -> 0.4.1
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 fb8a27abdc4..e8d01ed99cf 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-J5LB4uR/NJ6ykiTqBY1VepcLujprgqwpxy7sGD0NtZw=";
+    hash = "sha256-6GYp9uzlR1eVRYhNU3kOmcUOPFY3J9eJPqN+TucNavA=";
   };
 
   nativeBuildInputs = [ makeWrapper unzip ];