mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
hack-font: 2.019 -> 2.020
Changes: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
This commit is contained in:
parent
d200e30e57
commit
d71aabe00d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hack-font-${version}";
|
name = "hack-font-${version}";
|
||||||
version = "2.019";
|
version = "2.020";
|
||||||
|
|
||||||
src = let
|
src = let
|
||||||
version_ = with stdenv.lib;
|
version_ = with stdenv.lib;
|
||||||
concatStringsSep "_" (splitString "." version);
|
concatStringsSep "_" (splitString "." version);
|
||||||
in fetchurl {
|
in fetchurl {
|
||||||
sha256 = "0fhrl7y5z3d5fkiycbsi621f8nzfnpz8khxpd6hkc1hrg7nzmrk4";
|
sha256 = "16kkmc3psckw1b7k07ccn1gi5ymhlg9djh43nqjzg065g6p6d184";
|
||||||
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