about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-10 16:09:42 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-10 16:09:52 +0100
commit10b01dcc8907eb56a67a14fb210f7c5be1c8a2e5 (patch)
treedaeae66b677e82faa252f0721af6f2e40411e39b /pkgs/applications/audio
parent3c4b68b54d7123b14ff0c5c40e67883c32afe3dd (diff)
parentfb8c64e6a1d68202edc93d284eb491fd266db0d0 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/types-setuptools/default.nix
Diffstat (limited to 'pkgs/applications/audio')
-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 895b39bb9cc26..d299148e6ade6 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.74";
+  version = "1.75";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    hash = "sha256-plr5vmtYL0adeocY4/3hRI2RQ7lDkLvBbQPq2Jw6MvU=";
+    hash = "sha256-K+RUsRr19fc0E9VhZWIawxkGXCTwqXl3a13pRiRxDPg=";
   };
 
   nativeBuildInputs = [ cmake ];