1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

asymptote: 2.63 -> 2.65

This commit is contained in:
R. RyanTM 2020-04-05 09:32:56 +00:00
parent f601ab37c2
commit f29fd4ddf3

View file

@ -9,14 +9,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.63"; version = "2.65";
pname = "asymptote"; pname = "asymptote";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vectorgraphics"; owner = "vectorgraphics";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1szy0hmh8fx73ngpfn5p934snv148kf1amdnbcjc0n5zb4x9vzck"; sha256 = "1b40khffrvwm3nd5nx1iybhkc25zs6whrb3wynw7y3i87p3palyz";
}; };
nativeBuildInputs = [ nativeBuildInputs = [