summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-12-27 02:59:34 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2019-12-27 03:48:21 +0100
commit81248e703c3957da8715d11cf8c8874371955ebd (patch)
tree5fc4c2f5dda4b4afb4aa04953a8aacbadccce242 /pkgs/applications/science
parent3c00902c71b497c4a52ec3e0c4c47bb20f487bac (diff)
downloadnixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.tar
nixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.tar.gz
nixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.tar.bz2
nixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.tar.lz
nixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.tar.xz
nixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.tar.zst
nixpkgs-81248e703c3957da8715d11cf8c8874371955ebd.zip
xfitter: 2.0.0 -> 2.0.1, fix build w/ gcc9
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/physics/xfitter/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/science/physics/xfitter/default.nix b/pkgs/applications/science/physics/xfitter/default.nix
index 2af93961e02..818bea7d0ff 100644
--- a/pkgs/applications/science/physics/xfitter/default.nix
+++ b/pkgs/applications/science/physics/xfitter/default.nix
@@ -2,19 +2,20 @@
 
 stdenv.mkDerivation rec {
   pname = "xfitter";
-  version = "2.0.0";
+  version = "2.0.1";
 
   src = fetchurl {
     name = "${pname}-${version}.tgz";
     url = "https://www.xfitter.org/xFitter/xFitter/DownloadPage?action=AttachFile&do=get&target=${pname}-${version}.tgz";
-    sha256 = "0j47s8laq3aqjlgp769yicvgyzqjb738a3rqss51d9fjrihi2515";
+    sha256 = "0kmgc67nw5flp92yw5x6l2vsnhwsfi5z2a20404anisdgdjs8zc6";
   };
 
   patches = [
     ./undefined_behavior.patch
   ];
 
-  CXXFLAGS = "-Werror=return-type";
+  # patch needs to updated due to version bump
+  #CXXFLAGS = "-Werror=return-type";
 
   preConfigure =
   # Fix F77LD to workaround for a following build error: