Skip to content

Commit

Permalink
Merge pull request #52153 from r-ryantm/auto-update/octopus
Browse files Browse the repository at this point in the history
octopus: 8.2 -> 8.3
  • Loading branch information
markuskowa committed Dec 15, 2018
2 parents 4878a24 + b8e09ad commit feb0aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/chemistry/octopus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
}:

let
version = "8.2";
version = "8.3";
fftwAll = symlinkJoin { name ="ftw-dev-out"; paths = [ fftw.dev fftw.out ]; };

in stdenv.mkDerivation {
name = "octopus-${version}";

src = fetchurl {
url = "http://www.tddft.org/programs/octopus/down.php?file=${version}/octopus-${version}.tar.gz";
sha256 = "0z74q17lzyga44m5pbsr1hmq12ly96y44pcz7glfvc4vbaq3jd8p";
sha256 = "0nr3qmyfhp6fy8qrp4p43pl5xxfqgqg5g1c2775hxhpsi29xr7zf";
};

nativeBuildInputs = [ perl procps fftw.dev ];
Expand Down

0 comments on commit feb0aba

Please sign in to comment.