snipes: 20180930 -> 20240317

Diff: 594af45108...caa2ce036a
This commit is contained in:
Vladimir Panteleev 2024-03-31 10:47:00 +00:00
parent fe9371671b
commit 681f7a7e6a
No known key found for this signature in database
GPG key ID: 5004F0FAD051576D

View file

@ -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 ];
};
}