Commit 6f399eb3 authored by Stefan Frijters's avatar Stefan Frijters Committed by Emery Hemingway
Browse files

openttd-ttf: 0.6 -> 0.7

parent a6fb6f89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [