Skip to content

Commit

Permalink
Merge pull request #189858 from r-ryantm/auto-update/ft2-clone
Browse files Browse the repository at this point in the history
ft2-clone: 1.56 -> 1.57
  • Loading branch information
marsam authored Sep 7, 2022
2 parents 3526efe + 3f72016 commit 2555e15
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.56";
version = "1.57";

src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-kSnsep6abE07Q1EpGEeX8e/2APc60TxR2MhLZxqW9WY=";
sha256 = "sha256-47MDroiO8zvYDdHe0350ukczzemRbesEzIXZ2KoXZUI=";
};

# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)
Expand Down

0 comments on commit 2555e15

Please sign in to comment.