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: 8234f4ab49a0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54e45fcf1880
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 2, 2020

  1. python37Packages.moderngl-window: 1.2.0 -> 2.1.0

    r-ryantm authored and Jon committed Apr 2, 2020
    Copy the full SHA
    54e45fc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/moderngl_window/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/moderngl_window/default.nix
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@

buildPythonPackage rec {
pname = "moderngl_window";
version = "1.2.0";
version = "2.1.0";

src = fetchFromGitHub {
owner = "moderngl";
repo = pname;
rev = version;
sha256 = "054w77lyc2nc0dyx76zsrbq2b3xbywdijhb62b2qqm99ldr1k1x5";
sha256 = "1p03j91pk2bwycd13p0qi8kns1sf357180hd2mkaip8mfaf33x3q";
};

propagatedBuildInputs = [ numpy moderngl pyglet pillow pyrr ];