nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

scientifica: 2.2 -> 2.3

+2 -2
+2 -2
pkgs/data/fonts/scientifica/default.nix
··· 1 1 { lib, fetchurl }: 2 2 3 3 let 4 - version = "2.2"; 4 + version = "2.3"; 5 5 in fetchurl rec { 6 6 name = "scientifica-${version}"; 7 7 ··· 11 11 12 12 recursiveHash = true; 13 13 14 - sha256 = "sha256-mkZnuW+CB20t6MEpEeQR1CWkIUtqgVwrKN4sezQRaB4="; 14 + sha256 = "sha256-pVWkj/2lFpmWk0PPDrIMU4Gey7/m/9tzUsuD3ZDUAdc="; 15 15 16 16 postFetch = '' 17 17 tar xf $downloadedFile