overpass: 3.0.3 -> 3.0.4

This commit is contained in:
Vladyslav M 2019-11-26 23:24:15 +02:00 committed by Robert Helgesson
parent 87b1c0ef3e
commit 6d7145b966
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.0.3";
version = "3.0.4";
in fetchzip rec {
name = "overpass-${version}";
@ -12,10 +12,10 @@ in fetchzip rec {
mkdir -p $out/share/doc/${name} ; unzip -j $downloadedFile \*.md -d $out/share/doc/${name}
'';
sha256 = "1m6p7rrlyqikjvypp4698sn0lp3a4z0z5al4swblfhg8qaxzv5pg";
sha256 = "13b4yam0nycclccxidzj2fa3nwms5qji7gfkixdnl4ybf0f56b64";
meta = with lib; {
homepage = http://overpassfont.org/;
homepage = "https://overpassfont.org/";
description = "Font heavily inspired by Highway Gothic";
license = licenses.ofl;
platforms = platforms.all;