summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorVladimir Panteleev <git@cy.md>2024-03-31 10:47:00 +0000
committerVladimir Panteleev <git@cy.md>2024-03-31 10:47:00 +0000
commit681f7a7e6a5bc4fe7a1168a68bc262076dcdebbc (patch)
treea8a1ed362f8c4c42074898332d37639ceddf70bd /pkgs/games
parentfe9371671bf8fbc3541f259dd7e485b984a5209a (diff)
snipes: 20180930 -> 20240317
Diff: https://github.com/DavideByZero/Snipes/compare/594af45108e07aa4159c3babc9b5e53609c3fd6e...caa2ce036a9f6461ccdb7ef8306edbd126dd4081
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/snipes/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/games/snipes/default.nix b/pkgs/games/snipes/default.nix
index 17a848402a51..8eb140de0910 100644
--- a/pkgs/games/snipes/default.nix
+++ b/pkgs/games/snipes/default.nix
@@ -8,20 +8,18 @@ let
in stdenv.mkDerivation {
pname = "snipes";
- version = "20180930";
+ version = "20240317";
src = fetchFromGitHub {
owner = "Davidebyzero";
repo = "Snipes";
- rev = "594af45108e07aa4159c3babc9b5e53609c3fd6e";
- sha256 = "0gmh38swm74jmljy0bq27ipqzb4h8y9rzwc1j6harbd9qqz5knac";
+ rev = "caa2ce036a9f6461ccdb7ef8306edbd126dd4081";
+ sha256 = "sha256-iIoh5odCziX1cKs5qf4hJdXpUhy9kdht0YMLLfhvKZA=";
};
postPatch = ''
substitute config-sample.h config.h \
--replace SnipesConsole.ttf $out/share/snipes/SnipesConsole.ttf
- substituteInPlace GNUmakefile \
- --replace 'CFLAGS=-Werror -Wall' 'CFLAGS=-Wall'
'';
enableParallelBuilding = true;
@@ -43,6 +41,6 @@ in stdenv.mkDerivation {
mainProgram = "snipes";
homepage = "https://www.vogons.org/viewtopic.php?f=7&t=49073";
license = licenses.free; # This reverse-engineered source code is released with the original authors' permission.
- maintainers = with maintainers; [ peterhoeg ];
+ maintainers = with maintainers; [ peterhoeg cybershadow ];
};
}