Merge pull request #22394 from MP2E/sdl2_update

SDL2: 2.0.4 -> 2.0.5
This commit is contained in:
Nikolay Amiantov 2017-02-03 03:55:31 +03:00 committed by GitHub
commit 72ec45cb31

View file

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
name = "SDL2-${version}";
version = "2.0.4";
version = "2.0.5";
src = fetchurl {
url = "http://www.libsdl.org/release/${name}.tar.gz";
sha256 = "0jqp46mxxbh9lhpx1ih6sp93k752j2smhpc0ad0q4cb3px0famfs";
sha256 = "11c75qj1qxmx67iwkvf9z4x69phk301pdn86zzr6jncnap7kh824";
};
outputs = [ "out" "dev" ];