Merge pull request #274424 from r-ryantm/auto-update/glfw3

glfw3: 3.3.8 -> 3.3.9
This commit is contained in:
Weijia Wang 2024-01-28 18:21:27 +01:00 committed by GitHub
commit dc1a82101c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "3.3.8";
version = "3.3.9";
pname = "glfw";
src = fetchFromGitHub {
owner = "glfw";
repo = "GLFW";
rev = version;
sha256 = "sha256-4+H0IXjAwbL5mAWfsIVhW0BSJhcWjkQx4j2TrzZ3aIo=";
sha256 = "sha256-DlPRNGCBr6XF9Jn8kWs5lCRTyjPeDt/69PNDzBDhoyg=";
};
# Fix linkage issues on X11 (https://github.com/NixOS/nixpkgs/issues/142583)