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