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

Commits on Mar 6, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    880d0ac View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56956 from smaret/gildas

    gildas: 20190201_b -> 20190301_a
    ryantm authored Mar 7, 2019
    Copy the full SHA
    5896677 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 = "feb19b";
version = "20190201_b";
srcVersion = "mar19a";
version = "20190301_a";
name = "gildas-${version}";

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.gz"
"http://www.iram.fr/~gildas/dist/archive/gildas/gildas-src-${srcVersion}.tar.gz" ];
sha256 = "5b6da12ac869176d7a9a3d6a6620db1dbaa44a4785e2dd59dd1a8c38ea9cab87";
sha256 = "98085417b0e9785ae1ab1a75c73b7a8b4c1b2ca2873f9474883f7a945488ceff";
};

enableParallelBuilding = true;