Merge pull request #51640 from das-g/tectonic-0.1.11

tectonic: 0.1.9 -> 0.1.11
wip/yesman
Sarah Brofeldt 6 years ago committed by GitHub
commit 0ba6752675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/typesetting/tectonic/default.nix

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec {
name = "tectonic-${version}";
version = "0.1.9";
version = "0.1.11";
src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "v${version}";
sha256 = "1prrw1npmmqjx966dxrr4jll16scf0cv24nnc70zlbwwb15zhgiq";
sha256 = "1j98qxlq74vs8nf2jsn2xw9iyrf8kih4v0hrvznkhcab6bpibp2x";
};
cargoSha256 = "00hcs9k9x23xy1pgf8skgb6i5kjwgipy8c0d27nniaxa3dpy5daq";
cargoSha256 = "1zgav5zxfvdnrr7himykj5ha20cb5ldxpcpl8y6d19dirxvcmpc6";
nativeBuildInputs = [ pkgconfig ];

Loading…
Cancel
Save