ft2-clone: 2.03 -> 2.04

This commit is contained in:
R. Ryantm
2026-02-11 18:27:54 +00:00
parent 187d7dad75
commit 84e6e55d9b
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ft2-clone";
version = "2.03";
version = "2.04";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${finalAttrs.version}";
hash = "sha256-kOSH9jEdS3wU2XAEh7fh5XIuIU7zqqWrpcBZqKEZM84=";
hash = "sha256-nLuorUpw42zuGG5hIk2Gr8lEjQ2wEWe7svx8IC+rFso=";
};
nativeBuildInputs = [ cmake ];