python310Packages.glfw: 2.5.4 -> 2.5.5
This commit is contained in:
parent
34fde40edd
commit
5fafee995a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "glfw";
|
pname = "glfw";
|
||||||
version = "2.5.4";
|
version = "2.5.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FlorianRhiem";
|
owner = "FlorianRhiem";
|
||||||
repo = "pyGLFW";
|
repo = "pyGLFW";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-4Ym3Vmkf+HwORbhR72Ws/cqLkNMPCY8FL35O2hSalGQ=";
|
sha256 = "sha256-puaKveByAEkgME81uePTMSglvMgyqornW1sNAbJXNuc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Patch path to GLFW shared object
|
# Patch path to GLFW shared object
|
||||||
|
|
Loading…
Reference in a new issue