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

ft2-clone: 1.24 -> 1.25_fix
This commit is contained in:
Ryan Mulligan
2020-06-16 11:06:10 -07:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.24";
version = "1.25_fix";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "0wb7xsc2m9f4q5zsf5ai6h6c0558lkziv30b5a8ic64wp0layr6k";
sha256 = "0q2mcp3xpgwilmiwzr9nnxlyg9c1kynh6cxzlyd95n520j00s6i7";
};
nativeBuildInputs = [ cmake ];