ft2-clone: 1.86 -> 1.88

Diff: https://github.com/8bitbubsy/ft2-clone/compare/v1.86...v1.88
This commit is contained in:
Francesco Gazzetta 2024-11-06 21:47:42 +01:00
parent 71408df70f
commit 181f4aec89

View File

@ -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 ];