redhat-official-fonts: 4.0.2 -> 4.0.3
This commit is contained in:
parent
0a55d764ac
commit
fcefb080f7
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "redhat-official";
|
pname = "redhat-official";
|
||||||
version = "4.0.2";
|
version = "4.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RedHatOfficial";
|
owner = "RedHatOfficial";
|
||||||
repo = "RedHatFont";
|
repo = "RedHatFont";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-p5RS/57CDApwnRDwMi0gIEJYTDAtibIyyU2w/pnbHJI=";
|
hash = "sha256-r43KtMIedNitb5Arg8fTGB3hrRZoA8oUHVEL24k4LeQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue