mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 09:54:19 +02:00
update sourcepawn
This commit is contained in:
parent
c437cdd54d
commit
c79be0b9b6
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue