about summary refs log tree commit diff
path: root/pkgs/applications/science/math/jags
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-18 17:11:14 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-18 18:18:32 +0200
commitb3f1ee3863ab1eb0794f48f80ee8f003a06d5c0f (patch)
treeaa7189f1b6209fa6745b0221264e4d3bc6987948 /pkgs/applications/science/math/jags
parent6b76ba365d1465cf8ae1f00d478a56906a4b0d2e (diff)
jags: update from 2.2.0 to 3.4.0
Diffstat (limited to 'pkgs/applications/science/math/jags')
-rw-r--r--pkgs/applications/science/math/jags/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/jags/default.nix b/pkgs/applications/science/math/jags/default.nix
index 3043df15da742..a93386149bd4c 100644
--- a/pkgs/applications/science/math/jags/default.nix
+++ b/pkgs/applications/science/math/jags/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, gfortran, liblapack, blas}:
 
 stdenv.mkDerivation rec {
-  name = "JAGS-2.2.0";
+  name = "JAGS-3.4.0";
   src = fetchurl {
     url = "mirror://sourceforge/mcmc-jags/${name}.tar.gz";
-    sha256 = "016xml4k99lmdwwjiabxin95k9p3q2zh4pcci8wwcqwlq5y205b6";
+    sha256 = "0ayqsz9kkmbss7mxlwr34ch2z1vsb65lryjzqpprab1ccyiaksib";
   };
   buildInputs = [gfortran liblapack blas];