summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-01-25 16:23:25 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2023-01-25 16:23:25 +0100
commite72965f92724657e509b850da3ebe64a41b5a4aa (patch)
tree8b1b76015b9a224a1cc5653e20e674f80d310c04
parent7f6757e4f2f6f68096988240940268dc4fd853d4 (diff)
downloadnixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.tar
nixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.tar.gz
nixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.tar.bz2
nixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.tar.lz
nixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.tar.xz
nixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.tar.zst
nixpkgs-e72965f92724657e509b850da3ebe64a41b5a4aa.zip
ft2-clone: 1.62 -> 1.63
-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 d4584e191d5..886662faf47 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.62";
+  version = "1.63";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    sha256 = "sha256-PHDkCE30sVAFXHjG8d/4ETSDS2KO/j43iMMW0PhCFgI=";
+    sha256 = "sha256-uDAW97lTeL15PPpR5vlIS371EZ7BBNd86ETPEB8joSU=";
   };
 
   # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)