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

Commits on Oct 1, 2019

  1. Copy the full SHA
    b444b2e View commit details

Commits on Oct 6, 2019

  1. Merge pull request #70161 from smaret/gildas-20191001_a

    gildas: 20190901_a -> 20191001_a
    veprbl authored Oct 6, 2019
    Copy the full SHA
    cfd881d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/astronomy/gildas/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/science/astronomy/gildas/default.nix
Original file line number Diff line number Diff line change
@@ -7,16 +7,16 @@ let
in

stdenv.mkDerivation rec {
srcVersion = "sep19a";
version = "20190901_a";
srcVersion = "oct19a";
version = "20191001_a";
pname = "gildas";

src = fetchurl {
# For each new release, the upstream developers of Gildas move the
# source code of the previous release to a different directory
urls = [ "http://www.iram.fr/~gildas/dist/gildas-src-${srcVersion}.tar.xz"
"http://www.iram.fr/~gildas/dist/archive/gildas/gildas-src-${srcVersion}.tar.xz" ];
sha256 = "0l4jfzzxp1ab70a920qfbxiphgnc06m46wfwv0jlsq2mfk7cxac1";
sha256 = "0h6g16ra7v8x15j21z5hnb3midwm0asc7bjm9gs5v5sw66vn3wc1";
};

enableParallelBuilding = true;