Merge pull request #114187 from r-ryantm/auto-update/glfw

glfw: 3.3.2 -> 3.3.3
This commit is contained in:
Mario Rodas 2021-02-24 22:38:38 -05:00 committed by GitHub
commit cb5f00db00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "3.3.2";
version = "3.3.3";
pname = "glfw";
src = fetchFromGitHub {
owner = "glfw";
repo = "GLFW";
rev = version;
sha256 = "0b5lsxz1xkzip7fvbicjkxvg5ig8gbhx1zrlhandqc0rpk56bvyw";
sha256 = "sha256-NfEPXjpVnFvh3Y70RZm8nDG0QwJbefF9wYNUq0BZTN4=";
};
propagatedBuildInputs = [ libGL ];