update sourcepawn

This commit is contained in:
Robin Appelman 2025-06-20 13:12:54 +02:00
commit c79be0b9b6

View file

@ -17,13 +17,13 @@
pname = "sourcepawn";
version = "1.12";
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare -Wno-error=unused-but-set-variable -Wno-error=maybe-uninitialized -Wno-error=ignored-attributes -Wno-error=unused-variable";
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare -Wno-error=unused-but-set-variable -Wno-error=maybe-uninitialized -Wno-error=ignored-attributes";
src = fetchFromGitHub {
owner = "alliedmodders";
repo = pname;
rev = "11b22edb634b9764d19fd28699e03289cfd18520";
hash = "sha256-O9V6D0tL9EBX1r41AgPNliNIU2SPfwZVU89Pgsuw/Cw=";
rev = "eef61ffc069238a00c89b54b63813b6861b21c47";
hash = "sha256-Vuq3oJM3HvfA5VHTcOcvwLQQ2orHs+S+2OkMejUFChU=";
fetchSubmodules = true;
};