glbinding: 3.0.2 -> 3.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glbinding/versions
This commit is contained in:
R. RyanTM 2019-06-01 11:54:46 -07:00
parent 97aba37876
commit a81f011b15

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "glbinding";
version = "3.0.2";
version = "3.1.0";
src = fetchFromGitHub {
owner = "cginternals";
repo = pname;
rev = "v${version}";
sha256 = "1lvcps0n0p8gg0p2bkm5aq4b4kv8bvxlaaf4fcham2pgbgzil9d4";
sha256 = "1avd7ssms11xx7h0cm8h4pfpk55f07f1j1ybykxfgsym2chb2z08";
};
buildInputs = [ cmake libGLU xlibsWrapper ];