about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-21 04:21:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-21 04:21:53 +0000
commit3d7f72a06ee0827075903eeebf00b578a35901c0 (patch)
treea2588af4e7d4d2c0cadfd5b78d678fbb75b9844f
parent71a5d2c832a3af02a649713d502515bd33acef4a (diff)
downloadnixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.tar
nixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.tar.gz
nixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.tar.bz2
nixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.tar.lz
nixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.tar.xz
nixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.tar.zst
nixlib-3d7f72a06ee0827075903eeebf00b578a35901c0.zip
ft2-clone: 1.78 -> 1.79.2
-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 5d11cdff03e8..0587fc8d4bbb 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.78";
+  version = "1.79.2";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    hash = "sha256-tGIjhh6F4ePKpMiBPjnpiUfqy8BSvzyeosVZMecCwxM=";
+    hash = "sha256-/RZXtSjJ0nRtlMreT4M/IYQpdv/UXjVJaHMld9wwaUw=";
   };
 
   nativeBuildInputs = [ cmake ];