inter-ui: 2.5 -> 3.0

* inter-ui: 2.5 -> 3.0 (#50782)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/inter-ui/versions

* inter-ui: correct sha hash
This commit is contained in:
R. RyanTM 2018-11-23 06:41:22 -08:00 committed by Renaud
parent 2fb90e57fd
commit 20bc7ace64

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "2.5";
version = "3.0";
in fetchzip {
name = "inter-ui-${version}";
@ -12,7 +12,7 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
sha256 = "1d88y6c9vbjz5siazhavnpfpazfkvpbcbb4pdycbnj03mmx6y07v";
sha256 = "16qmb8farkh41i56f0vvbxcg32rbg7my64amwz5y8gyy73i3320q";
meta = with stdenv.lib; {
homepage = https://rsms.me/inter/;