summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-21 19:18:54 +0300
committerGitHub <noreply@github.com>2023-05-21 19:18:54 +0300
commitae41827d00383a4201e19bc0b24fdcba2bca6a82 (patch)
tree56fd2b4247598cdee9695d9e76a57fc1793b2bb5
parent9089fe15c96e330853f314dca9182cb502a0e15e (diff)
parentca02a0e768ae88f0b6eb9f500263c751c090f371 (diff)
Merge pull request #233065 from whyvert/update/source-code-pro
source-code-pro: 2.038 -> 2.042
-rw-r--r--pkgs/data/fonts/source-code-pro/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/fonts/source-code-pro/default.nix b/pkgs/data/fonts/source-code-pro/default.nix
index c94e9aaca4809..4d3f5155929be 100644
--- a/pkgs/data/fonts/source-code-pro/default.nix
+++ b/pkgs/data/fonts/source-code-pro/default.nix
@@ -2,18 +2,18 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "source-code-pro";
-  version = "2.038";
+  version = "2.042";
 
   src = fetchzip {
-    url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-ro%2F1.058R-it%2F1.018R-VAR/OTF-source-code-pro-${version}R-ro-1.058R-it.zip";
+    url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-u%2F1.062R-i%2F1.026R-vf/OTF-source-code-pro-${version}R-u_1.062R-i.zip";
     stripRoot = false;
-    hash = "sha256-ijeTLka131jf6B9xj/eNWK1T5r7r3aBXBgnVyRAxmuY=";
+    hash = "sha256-+BnfmD+AjObSoVxPvFAqbnMD2j5qf2YmbXGQtXoaiy0=";
   };
 
   installPhase = ''
     runHook preInstall
 
-    install -Dm644 *.otf -t $out/share/fonts/opentype
+    install -Dm644 OTF/*.otf -t $out/share/fonts/opentype
 
     runHook postInstall
   '';