Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #51620 from smaret/gildas-update

gildas: 20181101_a -> 20181201_a

authored by

Alyssa Ross and committed by
GitHub
716a38d0 33c66f0e

+3 -3
+3 -3
pkgs/applications/science/astronomy/gildas/default.nix
··· 7 7 in 8 8 9 9 stdenv.mkDerivation rec { 10 - srcVersion = "nov18a"; 11 - version = "20181101_a"; 10 + srcVersion = "dec18a"; 11 + version = "20181201_a"; 12 12 name = "gildas-${version}"; 13 13 14 14 src = fetchurl { ··· 16 16 # source code of the previous release to a different directory 17 17 urls = [ "http://www.iram.fr/~gildas/dist/gildas-src-${srcVersion}.tar.gz" 18 18 "http://www.iram.fr/~gildas/dist/archive/gildas/gildas-src-${srcVersion}.tar.gz" ]; 19 - sha256 = "1dl2v8y6vrwaxm3b7nf6dv3ipzybhlhy2kxwnwgc7gqz5704251v"; 19 + sha256 = "f295b5b7f999c0d746a52b307af7b7bdbed0d9b3d87100a6a102e0cc64f3a9bd"; 20 20 }; 21 21 22 22 enableParallelBuilding = true;