snipes: 20180930 -> 20240317

Diff: https://github.com/DavideByZero/Snipes/compare/594af45108e07aa4159c3babc9b5e53609c3fd6e...caa2ce036a9f6461ccdb7ef8306edbd126dd4081

+4 -6
+4 -6
pkgs/games/snipes/default.nix
··· 8 9 in stdenv.mkDerivation { 10 pname = "snipes"; 11 - version = "20180930"; 12 13 src = fetchFromGitHub { 14 owner = "Davidebyzero"; 15 repo = "Snipes"; 16 - rev = "594af45108e07aa4159c3babc9b5e53609c3fd6e"; 17 - sha256 = "0gmh38swm74jmljy0bq27ipqzb4h8y9rzwc1j6harbd9qqz5knac"; 18 }; 19 20 postPatch = '' 21 substitute config-sample.h config.h \ 22 --replace SnipesConsole.ttf $out/share/snipes/SnipesConsole.ttf 23 - substituteInPlace GNUmakefile \ 24 - --replace 'CFLAGS=-Werror -Wall' 'CFLAGS=-Wall' 25 ''; 26 27 enableParallelBuilding = true; ··· 43 mainProgram = "snipes"; 44 homepage = "https://www.vogons.org/viewtopic.php?f=7&t=49073"; 45 license = licenses.free; # This reverse-engineered source code is released with the original authors' permission. 46 - maintainers = with maintainers; [ peterhoeg ]; 47 }; 48 }
··· 8 9 in stdenv.mkDerivation { 10 pname = "snipes"; 11 + version = "20240317"; 12 13 src = fetchFromGitHub { 14 owner = "Davidebyzero"; 15 repo = "Snipes"; 16 + rev = "caa2ce036a9f6461ccdb7ef8306edbd126dd4081"; 17 + sha256 = "sha256-iIoh5odCziX1cKs5qf4hJdXpUhy9kdht0YMLLfhvKZA="; 18 }; 19 20 postPatch = '' 21 substitute config-sample.h config.h \ 22 --replace SnipesConsole.ttf $out/share/snipes/SnipesConsole.ttf 23 ''; 24 25 enableParallelBuilding = true; ··· 41 mainProgram = "snipes"; 42 homepage = "https://www.vogons.org/viewtopic.php?f=7&t=49073"; 43 license = licenses.free; # This reverse-engineered source code is released with the original authors' permission. 44 + maintainers = with maintainers; [ peterhoeg cybershadow ]; 45 }; 46 }