sssnake: 0.3.2 -> 0.4.0 (#541573)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-13 23:27:09 +00:00
committed by GitHub
+2 -2
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'