hack-font: 2.019 -> 2.020

Changes: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
This commit is contained in:
Tobias Geerinckx-Rice 2016-04-27 13:11:05 +02:00
parent d200e30e57
commit d71aabe00d
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "hack-font-${version}";
version = "2.019";
version = "2.020";
src = let
version_ = with stdenv.lib;
concatStringsSep "_" (splitString "." version);
in fetchurl {
sha256 = "0fhrl7y5z3d5fkiycbsi621f8nzfnpz8khxpd6hkc1hrg7nzmrk4";
sha256 = "16kkmc3psckw1b7k07ccn1gi5ymhlg9djh43nqjzg065g6p6d184";
url = "https://github.com/chrissimpkins/Hack/releases/download/v${version}/Hack-v${version_}-ttf.zip";
};