hashlink: 1.14 -> 1.15

This commit is contained in:
R. Ryantm
2025-03-23 13:41:37 +00:00
parent 40609d6eb0
commit 0f6f8b23d7
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "hashlink";
version = "1.14";
version = "1.15";
src = fetchFromGitHub {
owner = "HaxeFoundation";
repo = "hashlink";
rev = version;
sha256 = "sha256-rXw56zoFpLMzz8U3RHWGBF0dUFCUTjXShUEhzp2Qc5g=";
sha256 = "sha256-nVr+fDdna8EEHvIiXsccWFRTYzXfb4GG1zrfL+O6zLA=";
};
# incompatible pointer type error: const char ** -> const void **