redhat-official-fonts: 4.0.2 -> 4.0.3

+2 -2
+2 -2
pkgs/data/fonts/redhat-official/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "redhat-official"; 5 - version = "4.0.2"; 6 7 src = fetchFromGitHub { 8 owner = "RedHatOfficial"; 9 repo = "RedHatFont"; 10 rev = version; 11 - hash = "sha256-p5RS/57CDApwnRDwMi0gIEJYTDAtibIyyU2w/pnbHJI="; 12 }; 13 14 installPhase = ''
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "redhat-official"; 5 + version = "4.0.3"; 6 7 src = fetchFromGitHub { 8 owner = "RedHatOfficial"; 9 repo = "RedHatFont"; 10 rev = version; 11 + hash = "sha256-r43KtMIedNitb5Arg8fTGB3hrRZoA8oUHVEL24k4LeQ="; 12 }; 13 14 installPhase = ''