fira-code: 1.102 -> 1.200

This commit is contained in:
Robert Helgesson 2016-07-22 10:50:42 +02:00
parent f8ea8c7197
commit 5209edc8ec
1 changed files with 4 additions and 2 deletions

View File

@ -2,13 +2,15 @@
stdenv.mkDerivation rec {
name = "fira-code-${version}";
version = "1.102";
version = "1.200";
src = fetchurl {
url = "https://github.com/tonsky/FiraCode/releases/download/${version}/FiraCode_${version}.zip";
sha256 = "0vcrzf7dmcy3n2ic05ihadmfgzmmmp0vz8grnqaxfi3y1jpw8ggy";
sha256 = "1zja7fsfh3xx2qv9wv46997d02l5nm483b5s39jpmxfracj8qam7";
};
sourceRoot = "otf";
buildInputs = [ unzip ];
phases = [ "unpackPhase" "installPhase" ];