jetbrains-mono: 1.0.4 -> 1.0.5

Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.5
This commit is contained in:
Mario Rodas 2020-03-26 04:20:00 -05:00
parent 7cf37cc0be
commit a96d46aec3
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -1,14 +1,14 @@
{ lib, fetchzip }:
let
version = "1.0.4";
version = "1.0.5";
in
fetchzip rec {
name = "JetBrainsMono-${version}";
url = "https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip";
sha256 = "1m6wppz6mrh7475d92yvwrjgbwkkcfq444v0im90f5c7fsf3dzbd";
sha256 = "1iqqix7rr22ij0cn7vg812qs4gbjpphndgbzm57abqk658lra4kl";
postFetch = ''
mkdir -p $out/share/fonts