summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-18 22:57:42 +0100
committerGitHub <noreply@github.com>2021-01-18 22:57:42 +0100
commitb1a80fa01b2f39683b740a54dfc3a89afcbad836 (patch)
tree09715d58e341190c7d91890bdb0fa917c0978285 /pkgs
parentb68e28e4a7e8f736df7ad1607839bc3b18eb9183 (diff)
parentac29a296cae9ae329cacbff0cbe5952501382260 (diff)
Merge pull request #109821 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.42 -> 1.43
Diffstat (limited to 'pkgs')
-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 c1b8b808a1df9..d9d2570d0a872 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.42";
+  version = "1.43";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    sha256 = "0w3c1rgm8qlqi50gavrcjz40xb0nkis4i9mvpwmvzmdv9nipxry9";
+    sha256 = "sha256-OIQk7ngg1wsB6DFcxhrviPGlhzdaAWBi9C2roSNg1eI=";
   };
 
   # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)