glm: update from 0.9.5.4 to 0.9.6.0
This commit is contained in:
parent
612873f686
commit
5756c3e437
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue