Merge pull request #182569 from fgaz/ft2-clone/1.56

ft2-clone: 1.55 -> 1.56

authored by

Mario Rodas and committed by
GitHub
0edbd991 f5df9743

+2 -2
+2 -2
pkgs/applications/audio/ft2-clone/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "ft2-clone"; 16 - version = "1.55"; 17 18 src = fetchFromGitHub { 19 owner = "8bitbubsy"; 20 repo = "ft2-clone"; 21 rev = "v${version}"; 22 - sha256 = "sha256-qk6SHL9K4+9Em1jjrPOm14msOoqRiAahlRoiRiAMLC0="; 23 }; 24 25 # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)
··· 13 14 stdenv.mkDerivation rec { 15 pname = "ft2-clone"; 16 + version = "1.56"; 17 18 src = fetchFromGitHub { 19 owner = "8bitbubsy"; 20 repo = "ft2-clone"; 21 rev = "v${version}"; 22 + sha256 = "sha256-kSnsep6abE07Q1EpGEeX8e/2APc60TxR2MhLZxqW9WY="; 23 }; 24 25 # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)