From c39a0b065955f59d2da844b7987fe631d547ac9a Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 30 Sep 2014 10:33:52 +0100 Subject: glm: update from 0.9.5.1 to 0.9.5.3 --- pkgs/development/libraries/glm/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/glm') diff --git a/pkgs/development/libraries/glm/default.nix b/pkgs/development/libraries/glm/default.nix index b35fe1e7855..010a2aee88e 100644 --- a/pkgs/development/libraries/glm/default.nix +++ b/pkgs/development/libraries/glm/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, unzip }: stdenv.mkDerivation rec { - name = "glm-0.9.5.1"; + name = "glm-0.9.5.3"; src = fetchurl { url = "mirror://sourceforge/project/ogl-math/${name}/${name}.zip"; - sha256 = "1x8bpmqdszzkg21r411w7cy4mqd5dcvb9jghc8h3xrx7ldbicqjg"; + sha256 = "0ndwaw2mp7pzcwwm4dghbv5qqax5a8c5plnwdgnpc9adm79gj1rl"; }; buildInputs = [ unzip ]; @@ -30,5 +30,6 @@ stdenv.mkDerivation rec { homepage = http://glm.g-truc.net/; license = licenses.mit; platforms = platforms.unix; + maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; }; } -- cgit 1.4.1