Unverified Commit b7ddf457 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

dinish: 4.006 -> 4.007 (#458277)

parents 4b68fcd7 a7296a34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

stdenvNoCC.mkDerivation rec {
  pname = "dinish";
  version = "4.006";
  version = "4.007";

  src = fetchzip {
    url = "https://github.com/playbeing/dinish/releases/download/v${version}/dinish-ttf.zip";
    stripRoot = false;
    hash = "sha256-IWguCiDSeQ+f/saNoyk2pUF/k0pEiFweXinoqOEVWEI=";
    hash = "sha256-u/AYA9/8piZ6hz4XD3uSruOM0deeXQ5Gb0N/8rlDiP0=";
  };

  installPhase = ''