Skip to content

Commit

Permalink
ft2-clone: 1.86 -> 1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Nov 6, 2024
1 parent 71408df commit 181f4ae
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 @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.86";
version = "1.88";

src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
hash = "sha256-/sdMBRCZvuKTp8ygCrLmIy0DiWJC6lLWdsY+ZxRY+pY=";
hash = "sha256-3ylzroIp3d5u6meP7guu+NlYGTqy9UUjIi9box7NbXI=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 181f4ae

Please sign in to comment.