openttd-ttf: 0.6 -> 0.7

This commit is contained in:
Stefan Frijters
2025-03-18 15:39:49 +05:30
committed by Emery Hemingway
parent a6fb6f8909
commit 6f399eb36d
+2 -2
View File
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "openttd-ttf";
version = "0.6";
version = "0.7";
src = fetchFromGitHub {
owner = "zephyris";
repo = "openttd-ttf";
tag = finalAttrs.version;
hash = "sha256-Nr3oLiCEdpUhB/IczCEoLM8kb1hGDH/d6WYWRbjgOi8=";
hash = "sha256-HKOG3Ov0LBCW7Z0FK5BrZRycn2S5gVRnwyU9fM3hb5M=";
};
nativeBuildInputs = [