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

Commits on Nov 8, 2018

  1. wcslib: 5.20 -> 6.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/wcslib/versions
    r-ryantm committed Nov 8, 2018
    Copy the full SHA
    445b85d View commit details
  2. Merge pull request #49911 from r-ryantm/auto-update/wcslib

    wcslib: 5.20 -> 6.2
    markuskowa authored Nov 8, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e29fa38 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/wcslib/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wcslib/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ fetchurl, stdenv, flex }:

stdenv.mkDerivation rec {
version = "5.20";
version = "6.2";
name = "wcslib-${version}";

buildInputs = [ flex ];

src = fetchurl {
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${name}.tar.bz2";
sha256 ="1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b";
sha256 ="01fqckazhbfqqhyr0wd9vcks1m2afmsh83l981alxg2r54jgwkdv";
};

prePatch = ''