unifont_upper: 15.0.01 -> 15.0.02

This commit is contained in:
Janne Heß
2023-05-22 23:39:42 +02:00
committed by Robert Helgesson
parent 058d1ff8ce
commit e6cd172041
+2 -2
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;