summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-03-14 10:35:37 +0100
committerPeter Simons <simons@cryp.to>2014-03-14 11:16:56 +0100
commitceb1f815b4895ac7db29e2735c0f179aca063291 (patch)
tree24d6413a2a6252c81be2a8adf42e9218c7959dbe /pkgs/development/libraries/SDL2
parentb86692e00d6112d50fe05745094d843f58778b4b (diff)
SDL2: update from 2.0.1 to 2.0.2
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index c3b33dfaf620..6964d8ac8040 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -22,11 +22,11 @@ let
'';
in
stdenv.mkDerivation rec {
- name = "SDL2-2.0.1";
+ name = "SDL2-2.0.2";
src = fetchurl {
url = "http://www.libsdl.org/release/${name}.tar.gz";
- sha256 = "1w1jcz7hilk4fl8wlhiwvd1licg8lwy0brqz05562xv7l81fkrqa";
+ sha256 = "0l78h3wlirnxxrdw3kkm9amhgjn6xrs9l5j871r552wabbw5f0ar";
};
# Since `libpulse*.la' contain `-lgdbm', PulseAudio must be propagated.