Merge pull request #86312 from marsam/update-jetbrains-mono

jetbrains-mono: 1.0.5 -> 1.0.6
This commit is contained in:
Mario Rodas 2020-04-29 18:36:33 -05:00 committed by GitHub
commit 8e4e6fcf9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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