Merge pull request #189858 from r-ryantm/auto-update/ft2-clone

ft2-clone: 1.56 -> 1.57

authored by Mario Rodas and committed by GitHub 2555e15d 3526efeb

+2 -2
+2 -2
pkgs/applications/audio/ft2-clone/default.nix
··· 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)
··· 13 14 stdenv.mkDerivation rec { 15 pname = "ft2-clone"; 16 + version = "1.57"; 17 18 src = fetchFromGitHub { 19 owner = "8bitbubsy"; 20 repo = "ft2-clone"; 21 rev = "v${version}"; 22 + sha256 = "sha256-47MDroiO8zvYDdHe0350ukczzemRbesEzIXZ2KoXZUI="; 23 }; 24 25 # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)