summary refs log tree commit diff
path: root/pkgs/applications/science/math/nasc
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2021-08-23 23:23:52 +0200
committerdavidak <git@davidak.de>2021-08-23 23:23:52 +0200
commitd18866b1c2cd86fde5586b38a5574e55748c62f7 (patch)
treef09bf76c0ee936241e2c399288db2d17265ef714 /pkgs/applications/science/math/nasc
parent002e0737ff526e15e30ce6be41fc0037d8e88ab7 (diff)
nasc: 0.7.5 -> 0.8.0
Diffstat (limited to 'pkgs/applications/science/math/nasc')
-rw-r--r--pkgs/applications/science/math/nasc/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/applications/science/math/nasc/default.nix b/pkgs/applications/science/math/nasc/default.nix
index b55e4047fe472..431668f0c583c 100644
--- a/pkgs/applications/science/math/nasc/default.nix
+++ b/pkgs/applications/science/math/nasc/default.nix
@@ -21,26 +21,16 @@
 
 stdenv.mkDerivation rec {
   pname = "nasc";
-  version = "0.7.5";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "parnold-x";
     repo = pname;
     rev = version;
-    sha256 = "kSRc5RLkI6SBJirUYw6swZi8IJhaL3y74b2Zw8kh2XA=";
+    sha256 = "02b9a59a9fzsb6nn3ycwwbcbv04qfzm6x7csq2addpzx5wak6dd8";
     fetchSubmodules = true;
   };
 
-  patches = [
-    # fix compilation with gcc10
-    (fetchpatch {
-      url = "https://github.com/parnold-x/libqalculate/commit/4fa8f2cceada128ef19f82407226b2c230b780d5.patch";
-      extraPrefix = "subprojects/libqalculate/";
-      stripLen = "1";
-      sha256 = "0kbff623zl0s6yx5avx068f2apwzxzvihjahja4qhlkqkhhzj9dm";
-    })
-  ];
-
   nativeBuildInputs = [
     glib # post_install.py
     gtk3 # post_install.py