glm: update from 0.9.5.4 to 0.9.6.0

This commit is contained in:
Mateusz Kowalczyk 2014-12-03 16:52:03 +00:00
parent 612873f686
commit 5756c3e437
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, unzip }: { stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "glm-0.9.5.4"; name = "glm-0.9.6.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/project/ogl-math/${name}/${name}.zip"; url = "mirror://sourceforge/project/ogl-math/${name}/${name}.zip";
sha256 = "0v14xssysy3q1h2mga6rqlz722mwbis4rrx76zmvhjqh17qh4l62"; sha256 = "0gq79gxjm449ryi8l94rahrqy2cjccnrvivxgbwp10xdlfdyc4ha";
}; };
buildInputs = [ unzip ]; buildInputs = [ unzip ];