Commit 3063e2da authored by R. RyanTM's avatar R. RyanTM
Browse files

dinish: 4.005 -> 4.006

parent 82dc1d72
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.005";
  version = "4.006";

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

  installPhase = ''