Skip to content

Commit

Permalink
Merge pull request #45173 from r-ryantm/auto-update/octopus
Browse files Browse the repository at this point in the history
octopus: 8.1 -> 8.2
  • Loading branch information
Mic92 committed Aug 17, 2018
2 parents c8a8f49 + ae846c0 commit 5cb9703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/chemistry/octopus/default.nix
Expand Up @@ -3,15 +3,15 @@
}:

let
version = "8.1";
version = "8.2";
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 = "0rxwvcp22364nnhwhqlr38w4rwv1yl60snxi2f8nqdflx1143n10";
sha256 = "0z74q17lzyga44m5pbsr1hmq12ly96y44pcz7glfvc4vbaq3jd8p";
};

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

0 comments on commit 5cb9703

Please sign in to comment.