Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #254142 from r-ryantm/auto-update/asymptote

asymptote: 2.85 -> 2.86

authored by

7c6f434c and committed by
GitHub
0496f93b 566b37ab

+2 -2
+2 -2
pkgs/tools/graphics/asymptote/default.nix
··· 9 9 }: 10 10 11 11 stdenv.mkDerivation rec { 12 - version = "2.85"; 12 + version = "2.86"; 13 13 pname = "asymptote"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "vectorgraphics"; 17 17 repo = pname; 18 18 rev = version; 19 - hash = "sha256-GyW9OEolV97WtrSdIxp4MCP3JIyA1c/DQSqg8jLC0WQ="; 19 + hash = "sha256-Bk8/WIQTfrbOo9b2hw580vJwiK6P1OBV5HMqMH+LkuE="; 20 20 }; 21 21 22 22 nativeBuildInputs = [