summary refs log tree commit diff
path: root/pkgs/development/libraries/glfw
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 12:49:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 12:49:40 +0000
commitb0544e5c718e1c0b07bf02f23ca60a19ca98e40d (patch)
tree385e06d56687f527b27a8f1847b40ff20454531b /pkgs/development/libraries/glfw
parent2d9b7cb5f0a41da95fccc120acf730fd20d8598d (diff)
downloadnixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.tar
nixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.tar.gz
nixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.tar.bz2
nixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.tar.lz
nixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.tar.xz
nixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.tar.zst
nixpkgs-b0544e5c718e1c0b07bf02f23ca60a19ca98e40d.zip
glfw: 3.3.7 -> 3.3.8
Diffstat (limited to 'pkgs/development/libraries/glfw')
-rw-r--r--pkgs/development/libraries/glfw/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glfw/3.x.nix b/pkgs/development/libraries/glfw/3.x.nix
index 3aedaab5658..1b97bb108a7 100644
--- a/pkgs/development/libraries/glfw/3.x.nix
+++ b/pkgs/development/libraries/glfw/3.x.nix
@@ -6,14 +6,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "3.3.7";
+  version = "3.3.8";
   pname = "glfw";
 
   src = fetchFromGitHub {
     owner = "glfw";
     repo = "GLFW";
     rev = version;
-    sha256 = "sha256-aWwt6FRq/ofQmZAeavDa8inrJfrPxb8iyo1XYdQsrKc=";
+    sha256 = "sha256-4+H0IXjAwbL5mAWfsIVhW0BSJhcWjkQx4j2TrzZ3aIo=";
   };
 
   # Fix linkage issues on X11 (https://github.com/NixOS/nixpkgs/issues/142583)