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: c386d75282e0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11b26a37afde
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 7, 2019

  1. geos: 3.7.2 -> 3.7.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/geos/versions
    r-ryantm committed Oct 7, 2019
    Copy the full SHA
    e3732f3 View commit details

Commits on Oct 10, 2019

  1. Merge pull request #70592 from r-ryantm/auto-update/geos

    geos: 3.7.2 -> 3.7.3
    mmahut authored Oct 10, 2019
    Copy the full SHA
    11b26a3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/geos/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/geos/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python }:

stdenv.mkDerivation rec {
name = "geos-3.7.2";
name = "geos-3.7.3";

src = fetchurl {
url = "https://download.osgeo.org/geos/${name}.tar.bz2";
sha256 = "01vpkncvq1i1191agq03yg1h7d0igj10gv5z2mqk24nnwrdycri1";
sha256 = "0znaby3fs3fy7af5njrnmjnfsa80ac97fvamlnjiywddw3j5l0q2";
};

enableParallelBuilding = true;