overpass: 3.0.3 -> 3.0.4
This commit is contained in:
parent
87b1c0ef3e
commit
6d7145b966
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue