summary refs log tree commit diff
path: root/pkgs/development/libraries/glew
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 14:02:34 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-25 14:02:34 -0700
commit2f3dc5108ba44aac6614e483836fcd18ec6bd39a (patch)
treea08a2f4de73e9b57ff3a41e220d683f29af4438a /pkgs/development/libraries/glew
parent20f51922c0b8907a98dd2d1359799fab2ffae78b (diff)
downloadnixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.tar
nixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.tar.gz
nixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.tar.bz2
nixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.tar.lz
nixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.tar.xz
nixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.tar.zst
nixpkgs-2f3dc5108ba44aac6614e483836fcd18ec6bd39a.zip
glew: 2.0.0 -> 2.1.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/glew/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.1.0 with grep in /nix/store/r6kh84dxq1pi99hcc2dip060kwbg5164-glew-2.1.0-bin
- directory tree listing: https://gist.github.com/5a1de7b9365c14af6aca6f9b9c76b6c1
Diffstat (limited to 'pkgs/development/libraries/glew')
-rw-r--r--pkgs/development/libraries/glew/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glew/default.nix b/pkgs/development/libraries/glew/default.nix
index eebf4dded4a..a8add880090 100644
--- a/pkgs/development/libraries/glew/default.nix
+++ b/pkgs/development/libraries/glew/default.nix
@@ -5,11 +5,11 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "glew-2.0.0";
+  name = "glew-2.1.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/glew/${name}.tgz";
-    sha256 = "0r37fg2s1f0jrvwh6c8cz5x6v4wqmhq42qm15cs9qs349q5c6wn5";
+    sha256 = "159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4";
   };
 
   outputs = [ "bin" "out" "dev" "doc" ];