ft2-clone: 1.99 -> 2.00

This commit is contained in:
R. Ryantm
2025-11-22 01:43:44 +00:00
parent 39a15b69c5
commit 8a9bc06b6b
+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 ];