libgrapheme: 2.0.2 -> 3.0.0 (#473967)

This commit is contained in:
Nikolay Korotkiy
2025-12-25 15:27:20 +00:00
committed by GitHub
+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 = ''