hack-font 2.017 -> 2.018

Changes: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
This commit is contained in:
Tobias Geerinckx-Rice 2015-11-18 00:00:05 +01:00
parent 5823ff2a92
commit e5f386c164

View File

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