Skip to content

Commit

Permalink
Merge pull request #114187 from r-ryantm/auto-update/glfw
Browse files Browse the repository at this point in the history
glfw: 3.3.2 -> 3.3.3
  • Loading branch information
marsam authored Feb 25, 2021
2 parents bb07352 + b880177 commit cb5f00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glfw/3.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit cb5f00d

Please sign in to comment.