summary refs log tree commit diff
path: root/pkgs/applications/audio/ft2-clone
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-01 10:13:10 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-03 08:46:43 -0800
commit816da5c1d1e4ccd2f6bfe387023a9fe3b02042da (patch)
treebea18e4d2f23cb20bbbfd3a019ee97f2bcf3836d /pkgs/applications/audio/ft2-clone
parentf290e0ec6bb805a5858f8d9eaa14126da52efd22 (diff)
downloadnixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.tar
nixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.tar.gz
nixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.tar.bz2
nixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.tar.lz
nixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.tar.xz
nixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.tar.zst
nixpkgs-816da5c1d1e4ccd2f6bfe387023a9fe3b02042da.zip
ft2-clone: 1.36 -> 1.37
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 4eae53e0542..20618e3c5d5 100644
--- a/pkgs/applications/audio/ft2-clone/default.nix
+++ b/pkgs/applications/audio/ft2-clone/default.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ft2-clone";
-  version = "1.36";
+  version = "1.37";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "ft2-clone";
     rev = "v${version}";
-    sha256 = "0hsgzh7s2qgl8ah8hzmhfl74v5y8wc7f6z8ly9026h5r6pb09id0";
+    sha256 = "1lhpzd46mpr3bq13qhd0bq724db5fhc8jplfb684c2q7sc4v92nk";
   };
 
   nativeBuildInputs = [ cmake ];