unifont_upper: 15.0.01 -> 15.0.02

This commit is contained in:
Janne Heß 2023-05-21 23:40:52 +02:00 committed by Robert Helgesson
parent 058d1ff8ce
commit e6cd172041

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "unifont_upper";
version = "15.0.01";
version = "15.0.02";
src = fetchurl {
url = "mirror://gnu/unifont/unifont-${version}/${pname}-${version}.ttf";
hash = "sha256-o6ItW9fME+f4t2cvhj96r3ZG9nKLAUznn/pdukFYnxw=";
hash = "sha256-Ikd2VotAvktUd083vzZZFLzmXtZi4EGYRJ9eKP4yveE=";
};
dontUnpack = true;