Skip to content

Commit

Permalink
Merge pull request #103408 from r-ryantm/auto-update/ft2-clone
Browse files Browse the repository at this point in the history
ft2-clone: 1.37 -> 1.39
  • Loading branch information
ryantm authored Nov 11, 2020
2 parents b9c505b + d2264a5 commit 5259fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/ft2-clone/default.nix
Original file line number Diff line number Diff line change
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 5259fcc

Please sign in to comment.