summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2018-12-15 11:46:44 +0100
committerGitHub <noreply@github.com>2018-12-15 11:46:44 +0100
commitfeb0aba9690bc11b5160a638d4590fec1753048c (patch)
tree03234739463293d6570c28c087b3127b34ebacff /pkgs/applications
parent4878a24df74be876009a621f19195fd808e57cce (diff)
parentb8e09ad0b526eee1009608f28efb5e8745f189e0 (diff)
downloadnixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.tar
nixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.tar.gz
nixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.tar.bz2
nixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.tar.lz
nixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.tar.xz
nixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.tar.zst
nixpkgs-feb0aba9690bc11b5160a638d4590fec1753048c.zip
Merge pull request #52153 from r-ryantm/auto-update/octopus
octopus: 8.2 -> 8.3
Diffstat (limited to 'pkgs/applications')
-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 e79e21707d4..2dd3c9b64c4 100644
--- a/pkgs/applications/science/chemistry/octopus/default.nix
+++ b/pkgs/applications/science/chemistry/octopus/default.nix
@@ -3,7 +3,7 @@
 }:
 
 let
-  version = "8.2";
+  version = "8.3";
   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 = "0z74q17lzyga44m5pbsr1hmq12ly96y44pcz7glfvc4vbaq3jd8p";
+    sha256 = "0nr3qmyfhp6fy8qrp4p43pl5xxfqgqg5g1c2775hxhpsi29xr7zf";
   };
 
   nativeBuildInputs = [ perl procps fftw.dev ];