about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2024-02-28 17:48:41 +0000
committerGitHub <noreply@github.com>2024-02-28 17:48:41 +0000
commit447750248010eef007ac28cbfefa3290aff4997d (patch)
tree25de1ae0d68c22a6ef18d0e1a7f6f1ed77ab0e63 /pkgs/tools
parent7685ed9b9770b55e075fab69d9194b201b98f2be (diff)
parentd8db0a6005f92ad799335cf814fcaea7eda71b8a (diff)
downloadnixlib-447750248010eef007ac28cbfefa3290aff4997d.tar
nixlib-447750248010eef007ac28cbfefa3290aff4997d.tar.gz
nixlib-447750248010eef007ac28cbfefa3290aff4997d.tar.bz2
nixlib-447750248010eef007ac28cbfefa3290aff4997d.tar.lz
nixlib-447750248010eef007ac28cbfefa3290aff4997d.tar.xz
nixlib-447750248010eef007ac28cbfefa3290aff4997d.tar.zst
nixlib-447750248010eef007ac28cbfefa3290aff4997d.zip
Merge pull request #292009 from r-ryantm/auto-update/asymptote
asymptote: 2.86 -> 2.87
Diffstat (limited to 'pkgs/tools')
-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 a5968425f5d8..30681663a7ce 100644
--- a/pkgs/tools/graphics/asymptote/default.nix
+++ b/pkgs/tools/graphics/asymptote/default.nix
@@ -9,14 +9,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.86";
+  version = "2.87";
   pname = "asymptote";
 
   src = fetchFromGitHub {
     owner = "vectorgraphics";
     repo = pname;
     rev = version;
-    hash = "sha256-Bk8/WIQTfrbOo9b2hw580vJwiK6P1OBV5HMqMH+LkuE=";
+    hash = "sha256-xzRZ7NOWeu+uC5WeTxwh5MFm7psXMhxrxucT4PVtRxM=";
   };
 
   nativeBuildInputs = [