summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-08 21:52:14 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-08 21:52:14 +0000
commit8ffc596f7a45e771abd87ffe0a3a878a313905cf (patch)
treeffade9498149435896abfba10ff14f25dc7cce97 /pkgs/tools/graphics
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
downloadnixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.tar
nixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.tar.gz
nixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.tar.bz2
nixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.tar.lz
nixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.tar.xz
nixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.tar.zst
nixpkgs-8ffc596f7a45e771abd87ffe0a3a878a313905cf.zip
asymptote: 2.65 -> 2.66
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/asymptote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/asymptote/default.nix b/pkgs/tools/graphics/asymptote/default.nix
index 285dd9e7d4e..67afac2cdcc 100644
--- a/pkgs/tools/graphics/asymptote/default.nix
+++ b/pkgs/tools/graphics/asymptote/default.nix
@@ -9,14 +9,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.65";
+  version = "2.66";
   pname = "asymptote";
 
   src = fetchFromGitHub {
     owner = "vectorgraphics";
     repo = pname;
     rev = version;
-    sha256 = "1b40khffrvwm3nd5nx1iybhkc25zs6whrb3wynw7y3i87p3palyz";
+    sha256 = "0c445j950n6nxgr1zxj7a26daa5d9f3i91506b7r7627s943b1kd";
   };
 
   nativeBuildInputs = [