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>2023-04-30 13:19:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-30 13:19:33 +0000
commita8f650bd325beb55111df3c8dcf1a639f36bf844 (patch)
tree489e8023b7c71fa23a4b06deae67333c7a3b15ce /pkgs/applications/audio/ft2-clone
parent095a5bbfefb4e6cbf363ca283fe0a48c80c8759f (diff)
ft2-clone: 1.66 -> 1.67
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 814dbed3d8a4d..845e7f248a73d 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.66";
+  version = "1.67";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    sha256 = "sha256-glLgjZFWvz/bJe9R8KTDu4+778dueC9tw3nVKF3xcps=";
+    sha256 = "sha256-v/yGHWd/hhE2jDdAQhyQbZOuHSS0FSG4WlVe8Oc6tMc=";
   };
 
   # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)