Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-05-01 08:57:10 +02:00
147 changed files with 2392 additions and 1566 deletions
+2 -2
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