asymptote: 2.86 -> 2.87

This commit is contained in:
R. Ryantm 2024-02-28 05:28:18 +00:00
parent 5d1b96ebf2
commit d8db0a6005

View File

@ -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 = [