about summary refs log tree commit diff
path: root/pkgs/applications/audio/ft2-clone
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-04-21 14:11:49 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2023-04-21 15:35:20 +0200
commit03e737930cf592de66e5c4ce0d436c17c4b12ed3 (patch)
tree32a3f55e1cc31eaca7e74c66bdbcd53c92f97f84 /pkgs/applications/audio/ft2-clone
parenta4807f566dab6aeb85e72aeb66a7006336148cfd (diff)
ft2-clone: 1.65 -> 1.66
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 e5d132ac6a69b..814dbed3d8a4d 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.65";
+  version = "1.66";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    sha256 = "sha256-Jo1qs0d8/o9FWR7jboWCJ7ntawBGTlm7yPzxxUnZLsI=";
+    sha256 = "sha256-glLgjZFWvz/bJe9R8KTDu4+778dueC9tw3nVKF3xcps=";
   };
 
   # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)