SDL2: 2.0.4 -> 2.0.5

This commit is contained in:
Cray Elliott 2017-01-29 23:36:01 -08:00
parent 6b44f3523a
commit d62d26251d

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" ];