Skip to content

Commit

Permalink
tectonic: 0.13.1 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jun 15, 2023
1 parent 4c0d780 commit 3ffbf36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/typesetting/tectonic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@

rustPlatform.buildRustPackage rec {
pname = "tectonic";
version = "0.13.1";
version = "0.14.1";

src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${version}";
fetchSubmodules = true;
sha256 = "sha256-m1KmyVB4/Flr/xZGY7ixRZhEGNcIPWnwzUsf3VLqzZc=";
sha256 = "sha256-Cd8YzjU5mCA5DmgLBjg8eVRc87chVVIXinJuf8cNw3o=";
};

cargoHash = "sha256-Q1b7/XJ5Aq2hV2uv12B64WI+JOw6M8J3KITXs5cUo6U=";
cargoHash = "sha256-1WjZbmZFPB1+QYpjqq5Y+fDkMZNmWJYIxmMFWg7Tiac=";

nativeBuildInputs = [ pkg-config makeBinaryWrapper ];

Expand Down

0 comments on commit 3ffbf36

Please sign in to comment.