superTuxKart: 1.3 -> 1.4

authored by Daniel Șerbănescu and committed by Matthieu Coudron 34e0463c a832695c

+6 -2
+6 -2
pkgs/games/super-tux-kart/default.nix
··· 24 , Cocoa 25 , IOKit 26 , libsamplerate 27 }: 28 let 29 assets = fetchsvn { ··· 48 "graphics_engine" 49 # Internal library of STK, nothing to do about it 50 "graphics_utils" 51 # This irrlicht is bundled with cmake 52 # whereas upstream irrlicht still uses 53 # archaic Makefiles, too complicated to switch to. ··· 65 stdenv.mkDerivation rec { 66 67 pname = "supertuxkart"; 68 - version = "1.3"; 69 70 src = fetchFromGitHub { 71 owner = "supertuxkart"; 72 repo = "stk-code"; 73 rev = version; 74 - sha256 = "1llyxkdc4m9gnjxqaxlpwvv3ayvpw2bfjzfkkrljaxhznq811g0l"; 75 }; 76 77 postPatch = '' ··· 91 ]; 92 93 buildInputs = [ 94 SDL2 95 glew 96 libvorbis
··· 24 , Cocoa 25 , IOKit 26 , libsamplerate 27 + , shaderc 28 }: 29 let 30 assets = fetchsvn { ··· 49 "graphics_engine" 50 # Internal library of STK, nothing to do about it 51 "graphics_utils" 52 + # Internal library. 53 + "simd_wrapper" 54 # This irrlicht is bundled with cmake 55 # whereas upstream irrlicht still uses 56 # archaic Makefiles, too complicated to switch to. ··· 68 stdenv.mkDerivation rec { 69 70 pname = "supertuxkart"; 71 + version = "1.4"; 72 73 src = fetchFromGitHub { 74 owner = "supertuxkart"; 75 repo = "stk-code"; 76 rev = version; 77 + hash = "sha256-gqdaVvgNfCN40ZO/9y8+vTeIJPSq6udKxYZ/MAi4ZMM="; 78 }; 79 80 postPatch = '' ··· 94 ]; 95 96 buildInputs = [ 97 + shaderc 98 SDL2 99 glew 100 libvorbis