summary refs log tree commit diff
path: root/pkgs/data/fonts/inter-ui
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-12-30 19:01:00 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-01 17:54:45 -0500
commit046f90d2510978c4ac38caf0e199f90d8b2da8e4 (patch)
tree8b54e997e130bf7367dd5f258e5067a17391e3d2 /pkgs/data/fonts/inter-ui
parentc923094039a5b3d736d1d96995f3da4dcc81d8e1 (diff)
downloadnixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.tar
nixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.tar.gz
nixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.tar.bz2
nixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.tar.lz
nixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.tar.xz
nixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.tar.zst
nixpkgs-046f90d2510978c4ac38caf0e199f90d8b2da8e4.zip
inter-ui: 3.0 -> 3.1
Diffstat (limited to 'pkgs/data/fonts/inter-ui')
-rw-r--r--pkgs/data/fonts/inter-ui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/inter-ui/default.nix b/pkgs/data/fonts/inter-ui/default.nix
index dcce90aaef5..4d9973aa2a2 100644
--- a/pkgs/data/fonts/inter-ui/default.nix
+++ b/pkgs/data/fonts/inter-ui/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchzip }:
 
 let
-  version = "3.0";
+  version = "3.1";
 in fetchzip {
   name = "inter-ui-${version}";
 
@@ -12,7 +12,7 @@ in fetchzip {
     unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
   '';
 
-  sha256 = "16qmb8farkh41i56f0vvbxcg32rbg7my64amwz5y8gyy73i3320q";
+  sha256 = "0cdjpwylynwmab0x5z5lw43k39vis74xj1ciqg8nw12ccprbmj60";
 
   meta = with stdenv.lib; {
     homepage = https://rsms.me/inter/;