lol

asymptote: 3.04 -> 3.05 (#422408)

authored by

7c6f434c and committed by
GitHub
ee1e832d 2ef5d9b4

+2 -2
+2 -2
pkgs/tools/graphics/asymptote/default.nix
··· 35 35 }: 36 36 37 37 stdenv.mkDerivation (finalAttrs: { 38 - version = "3.04"; 38 + version = "3.05"; 39 39 pname = "asymptote"; 40 40 41 41 outputs = [ ··· 48 48 49 49 src = fetchurl { 50 50 url = "mirror://sourceforge/asymptote/${finalAttrs.version}/asymptote-${finalAttrs.version}.src.tgz"; 51 - hash = "sha256-+T0n2SX9C8Mz0Fb+vkny1x+TWETC+NN67MjfD+6Twys="; 51 + hash = "sha256-NcFtCjvdhppW5O//Rjj4HDqIsva2ZNGWRxAV2/TGmoc="; 52 52 }; 53 53 54 54 # override with TeX Live containers to avoid building sty, docs from source