summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry/octopus/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-20 09:15:11 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-20 09:15:33 +0200
commit153a19df05133657dd3025812a544f8961c41b12 (patch)
tree9974b86334e11ffa884610dd0999a62b78e0ee96 /pkgs/applications/science/chemistry/octopus/default.nix
parentae2cf7c00877a3dd778b3e3cabfec682503303d5 (diff)
parent6755ab8b3442d6149e4bae5e142d516a506f6e45 (diff)
downloadnixpkgs-153a19df05133657dd3025812a544f8961c41b12.tar
nixpkgs-153a19df05133657dd3025812a544f8961c41b12.tar.gz
nixpkgs-153a19df05133657dd3025812a544f8961c41b12.tar.bz2
nixpkgs-153a19df05133657dd3025812a544f8961c41b12.tar.lz
nixpkgs-153a19df05133657dd3025812a544f8961c41b12.tar.xz
nixpkgs-153a19df05133657dd3025812a544f8961c41b12.tar.zst
nixpkgs-153a19df05133657dd3025812a544f8961c41b12.zip
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
Diffstat (limited to 'pkgs/applications/science/chemistry/octopus/default.nix')
-rw-r--r--pkgs/applications/science/chemistry/octopus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/octopus/default.nix b/pkgs/applications/science/chemistry/octopus/default.nix
index 0ff8aa94c88..e79e21707d4 100644
--- a/pkgs/applications/science/chemistry/octopus/default.nix
+++ b/pkgs/applications/science/chemistry/octopus/default.nix
@@ -3,7 +3,7 @@
 }:
 
 let
-  version = "8.1";
+  version = "8.2";
   fftwAll = symlinkJoin { name ="ftw-dev-out"; paths = [ fftw.dev fftw.out ]; };
 
 in stdenv.mkDerivation {
@@ -11,7 +11,7 @@ in stdenv.mkDerivation {
 
   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 ];