Skip to content

Commit

Permalink
ft2-clone: 1.37 -> 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 379aaa1 commit d2264a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/ft2-clone/default.nix
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.37";
version = "1.39";

src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "1lhpzd46mpr3bq13qhd0bq724db5fhc8jplfb684c2q7sc4v92nk";
sha256 = "0vc7gni24q649b53flz7rlgnc5xl2dqdklgwc2brj380a5s7g6m7";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit d2264a5

Please sign in to comment.