Merge pull request #293127 from r-ryantm/auto-update/unifont_upper

unifont_upper: 15.1.04 -> 15.1.05
This commit is contained in:
Nick Cao 2024-03-04 10:23:16 -05:00 committed by GitHub
commit e93564f4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "unifont_upper";
version = "15.1.04";
version = "15.1.05";
src = fetchurl {
url = "mirror://gnu/unifont/unifont-${version}/${pname}-${version}.otf";
hash = "sha256-SUsG2xhrn47zrGpNzRn1g76qyt2vQyH/UBmYtzCD0UA=";
hash = "sha256-A/Z/+IMNUH/3Ir3ewf/U2xqkkpZDUDKO+dlnRYt+7U0=";
};
dontUnpack = true;