Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6438ed6bdcc7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30ea02a6ad87
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2020

  1. glfw: 3.3 -> 3.3.1

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    70ebe5b View commit details

Commits on Jan 12, 2020

  1. Merge pull request #77072 from r-ryantm/auto-update/glfw

    glfw: 3.3 -> 3.3.1
    nh2 authored Jan 12, 2020
    Copy the full SHA
    30ea02a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/glfw/3.x.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glfw/3.x.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@
}:

stdenv.mkDerivation rec {
version = "3.3";
version = "3.3.1";
pname = "glfw";

src = fetchFromGitHub {
owner = "glfw";
repo = "GLFW";
rev = version;
sha256 = "1f1hqpqffzg46z33ybs2c3akmkly7b3qmgp5byk50nvad6g2pm4p";
sha256 = "0c7nlrhq84gdq10diyv6nshjbv8410bmn0vging815pfvis208xc";
};

enableParallelBuilding = true;