summary refs log tree commit diff
path: root/pkgs/applications/graphics/antimony
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-03-28 09:17:34 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2020-03-28 09:24:55 +0100
commit9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a (patch)
treec85036e11c40b8d466851e2ab122a0dc2e93499c /pkgs/applications/graphics/antimony
parentddc74eee4ffc9b96f8beb7d47a37150e3ef35b6c (diff)
downloadnixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.tar
nixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.tar.gz
nixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.tar.bz2
nixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.tar.lz
nixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.tar.xz
nixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.tar.zst
nixpkgs-9c7c0e148ccf561b4f159b3445ef9390d8cd8d2a.zip
antimony: 2019-10-30 -> 2020-03-28
Diffstat (limited to 'pkgs/applications/graphics/antimony')
-rw-r--r--pkgs/applications/graphics/antimony/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/applications/graphics/antimony/default.nix b/pkgs/applications/graphics/antimony/default.nix
index 5966d6427ed..75ba3ecd55d 100644
--- a/pkgs/applications/graphics/antimony/default.nix
+++ b/pkgs/applications/graphics/antimony/default.nix
@@ -4,19 +4,19 @@
 }:
 
 let
-  gitRev    = "6dfe6822e0279a4cc2f1c60e85b42212627285fe";
+  gitRev    = "8fb4b0929ce84cf375bfb83a9d522ccd80681eaf";
   gitBranch = "develop";
   gitTag    = "0.9.3";
 in
   stdenv.mkDerivation {
     pname = "antimony";
-    version = "2019-10-30";
+    version = "2020-03-28";
 
     src = fetchFromGitHub {
       owner  = "mkeeter";
       repo   = "antimony";
       rev    = gitRev;
-      sha256 = "07zlkwlk79czq8dy85b6n3ds3g36l8qy4ix849ady6ia3gm8981j";
+      sha256 = "1s0zmq5jmhmb1wcsyaxfmii448g6x8b41mzvb1awlljj85qj0k2s";
     };
 
     patches = [ ./paths-fix.patch ];
@@ -29,11 +29,10 @@ in
 
     buildInputs = [
       libpng python3 python3.pkgs.boost
-      libGLU libGL qtbase wrapQtAppsHook
-      ncurses
+      libGLU libGL qtbase ncurses
     ];
 
-    nativeBuildInputs = [ cmake flex lemon ];
+    nativeBuildInputs = [ cmake flex lemon wrapQtAppsHook ];
 
     cmakeFlags= [
       "-DGITREV=${gitRev}"