about summary refs log tree commit diff
path: root/pkgs/applications/audio/ft2-clone
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-21 19:14:38 +0000
committerBobby Rong <rjl931189261@126.com>2022-09-26 21:16:54 +0800
commite1783be172a019e459511015ad2dd0fc3119b788 (patch)
tree1fc47f22e3ce5ac2a04739b503157a56c38e290b /pkgs/applications/audio/ft2-clone
parent2650d450a76af52fa62092787a65c9d086f96dc6 (diff)
ft2-clone: 1.57 -> 1.58
Diffstat (limited to 'pkgs/applications/audio/ft2-clone')
-rw-r--r--pkgs/applications/audio/ft2-clone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ft2-clone/default.nix b/pkgs/applications/audio/ft2-clone/default.nix
index 0e8e4e6e24aec..1047da60906e6 100644
--- a/pkgs/applications/audio/ft2-clone/default.nix
+++ b/pkgs/applications/audio/ft2-clone/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ft2-clone";
-  version = "1.57";
+  version = "1.58";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    sha256 = "sha256-47MDroiO8zvYDdHe0350ukczzemRbesEzIXZ2KoXZUI=";
+    sha256 = "sha256-FHhASs1PKTz6G1sAKNUeft0BHbWgl44l7eiOnyQXZb8=";
   };
 
   # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)