hack-font 2.015 -> 2.017
Changes: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
This commit is contained in:
parent
1d1cf4845f
commit
1294c3a460
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, unzip }:
|
{ stdenv, fetchurl, unzip }:
|
||||||
|
|
||||||
let version = "2.015"; in
|
let version = "2.017"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "hack-font-${version}";
|
name = "hack-font-${version}";
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
version_ = with stdenv.lib;
|
version_ = with stdenv.lib;
|
||||||
concatStringsSep "_" (splitString "." version);
|
concatStringsSep "_" (splitString "." version);
|
||||||
in fetchurl {
|
in fetchurl {
|
||||||
sha256 = "0x0c3wwxiidl5a6axbcwizxny5q2yc6l4724smdj4gmn1xa137g5";
|
sha256 = "1bspjdllmwbb7bs5rcdghyvvl4xf3pw5nss1z3zxc805pysxyy0c";
|
||||||
url = "https://github.com/chrissimpkins/Hack/releases/download/v${version}/Hack-v${version_}-ttf.zip";
|
url = "https://github.com/chrissimpkins/Hack/releases/download/v${version}/Hack-v${version_}-ttf.zip";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user