libgrapheme: 2.0.2 -> 3.0.0

This commit is contained in:
R. Ryantm
2025-12-25 00:26:55 +00:00
parent 519d141f34
commit 432a880cd2
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "libgrapheme";
version = "2.0.2";
version = "3.0.0";
src = fetchurl {
url = "https://dl.suckless.org/libgrapheme/libgrapheme-${version}.tar.gz";
hash = "sha256-pou93edr1Vul1kEWzl5CoT3wRcgcCFLemrYIlqoUMSU=";
hash = "sha256-Mlha9z3aYvvMD+0U8ZmqG8mIrQHa0L+9Bs8XXZzz1ow=";
};
postPatch = ''