Skip to content

Commit

Permalink
octopus: 8.2 -> 8.3
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/octopus/versions
  • Loading branch information
r-ryantm committed Dec 15, 2018
1 parent e0950ae commit b8e09ad
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 b8e09ad

Please sign in to comment.