python310Packages.glfw: 2.5.6 -> 2.5.7

This commit is contained in:
R. Ryantm 2023-03-16 16:15:53 +00:00
parent 9d0b66d779
commit b1d08fb3bc

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "glfw";
version = "2.5.6";
version = "2.5.7";
src = fetchFromGitHub {
owner = "FlorianRhiem";
repo = "pyGLFW";
rev = "refs/tags/v${version}";
hash = "sha256-zusVOhZfJyUpftvrUSLZJl7mG5AEGMLGXMOojFnEsH0=";
hash = "sha256-tB9qoGIUb0KgD7SQIV7nP5/fWKY/LrP/lQbljfVqiXw=";
};
# Patch path to GLFW shared object