hack-font: 2.018 -> 2.019

This commit is contained in:
Tobias Geerinckx-Rice 2016-01-18 02:51:17 +01:00
parent ebad3ffeb4
commit 907481aca8

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, unzip }:
let version = "2.018"; in
let version = "2.019"; in
stdenv.mkDerivation {
name = "hack-font-${version}";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
version_ = with stdenv.lib;
concatStringsSep "_" (splitString "." version);
in fetchurl {
sha256 = "0k1k6pi9znrdc8a4kv0gkdnyzi2w932m2zi27dvb1ignn7lzmfkx";
sha256 = "0fhrl7y5z3d5fkiycbsi621f8nzfnpz8khxpd6hkc1hrg7nzmrk4";
url = "https://github.com/chrissimpkins/Hack/releases/download/v${version}/Hack-v${version_}-ttf.zip";
};