sssnake: 0.3.2 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-07-13 19:10:12 +00:00
parent b6511a3b8b
commit 865cf8aee4

View File

@@ -6,12 +6,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sssnake";
version = "0.3.2";
version = "0.4.0";
src = fetchFromGitHub {
owner = "angeljumbo";
repo = "sssnake";
rev = "v${finalAttrs.version}";
hash = "sha256-zkErOV6Az0kJdwyXzMCnVW1997zpAB79TBvf/41Igic=";
hash = "sha256-RU+yYT+GcCsk0lBisE2/4Y9zMVLA6dbN4n0ibAovav4=";
};
postPatch = ''
substituteInPlace makefile --replace '-lncursesw' '-lncursesw -D_XOPEN_SOURCE=500'