about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-22 13:17:00 +0000
committerBobby Rong <rjl931189261@126.com>2023-01-02 22:06:29 +0800
commitfbe696daecc11816905841c59c97c61c4547cfa7 (patch)
tree264195b7f8557f41f1f94a0fc8ac6023aa38091d /pkgs/applications/audio
parentd0a97737b0e3a825afcc406ac5b3b9a49b011b9d (diff)
famistudio: 4.0.4 -> 4.0.6
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/famistudio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/famistudio/default.nix b/pkgs/applications/audio/famistudio/default.nix
index 1ff08bd06b93d..81a2646ad74a5 100644
--- a/pkgs/applications/audio/famistudio/default.nix
+++ b/pkgs/applications/audio/famistudio/default.nix
@@ -10,12 +10,12 @@
 
 stdenv.mkDerivation rec {
   pname = "famistudio";
-  version = "4.0.4";
+  version = "4.0.6";
 
   src = fetchzip {
     url = "https://github.com/BleuBleu/FamiStudio/releases/download/${version}/FamiStudio${lib.strings.concatStrings (lib.splitVersion version)}-LinuxAMD64.zip";
     stripRoot = false;
-    sha256 = "sha256-qdSldObfwC5J1b4tpHT9S/xxJ2StBTsPA80QS7bs2vo=";
+    sha256 = "sha256-Se9EIQTjZQM5qqzlEB4hGVRHDFdu6GecNGpw9gYMbW4=";
   };
 
   nativeBuildInputs = [