From 5d4a0aeee55635e0c8107933c363377adb0341fd Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Tue, 26 Jan 2021 13:54:03 +0100 Subject: snipes: replace commit which doesn't belong to any branch with parent commit and recreate patch --- pkgs/games/snipes/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs/games') diff --git a/pkgs/games/snipes/default.nix b/pkgs/games/snipes/default.nix index 66188ba0efe8..01b24ee434c3 100644 --- a/pkgs/games/snipes/default.nix +++ b/pkgs/games/snipes/default.nix @@ -13,13 +13,15 @@ in stdenv.mkDerivation { src = fetchFromGitHub { owner = "Davidebyzero"; repo = "Snipes"; - rev = "343e14104b7848eb1f882401888e685b7918ef9f"; - sha256 = "1rl70d5miak34warbwfv27z11vln4lvf7maqqc78z0gdc5zivdv2"; + rev = "594af45108e07aa4159c3babc9b5e53609c3fd6e"; + sha256 = "0gmh38swm74jmljy0bq27ipqzb4h8y9rzwc1j6harbd9qqz5knac"; }; 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; -- cgit 1.4.1