about summary refs log tree commit diff
path: root/pkgs/applications/audio/famistudio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-21 00:09:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-21 00:09:58 +0000
commitf232a99788e2ea9f699c635f10ac17619fb1019e (patch)
tree80805cf947ba3a14c8243010b6280e53a4e634dd /pkgs/applications/audio/famistudio
parent57d8f92a860e4e531419cf2493c08ce194588c10 (diff)
famistudio: 4.1.1 -> 4.1.2
Diffstat (limited to 'pkgs/applications/audio/famistudio')
-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 89d6845237558..214996668c3d4 100644
--- a/pkgs/applications/audio/famistudio/default.nix
+++ b/pkgs/applications/audio/famistudio/default.nix
@@ -11,12 +11,12 @@
 
 stdenv.mkDerivation rec {
   pname = "famistudio";
-  version = "4.1.1";
+  version = "4.1.2";
 
   src = fetchzip {
     url = "https://github.com/BleuBleu/FamiStudio/releases/download/${version}/FamiStudio${lib.strings.concatStrings (lib.splitVersion version)}-LinuxAMD64.zip";
     stripRoot = false;
-    hash = "sha256-fRNjboCfymBhr7Eg5ENnO1fchX0oTdeaJJ0SC3BKTVI=";
+    hash = "sha256-zETivzQBkKOhsZryiwv3dDeXPO8CKWFfjERdPJXbj5U=";
   };
 
   strictDeps = true;