ft2-clone: 1.99 -> 2.00 (#463905)

This commit is contained in:
Francesco Gazzetta
2025-11-25 21:46:52 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.99";
version = "2.00";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
hash = "sha256-7FA6pd8rnobvOWHqHqJseJgUniAYhpzqmJnmqYyvpm0=";
hash = "sha256-Wx4dOWGyQRHgTqKZrmRIiX74UIU/ltFVAh217RYwUus=";
};
nativeBuildInputs = [ cmake ];