Skip to content

Commit

Permalink
Merge pull request NixOS#206671 from r-ryantm/auto-update/tectonic
Browse files Browse the repository at this point in the history
tectonic: 0.11.0 -> 0.12.0
  • Loading branch information
doronbehar authored Dec 18, 2022
2 parents 2d9b5f9 + d6dff82 commit 1a46da8
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.11.0";
version = "0.12.0";

src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${version}";
fetchSubmodules = true;
sha256 = "tBX737Yv4TvDo64cDYuALX61vzKjhz6PTMXQhWc5S/I=";
sha256 = "sha256-m2wBZNaepad4eaT/1DTjzAYrDX2wH/7wMfdzPWHQOLI=";
};

cargoSha256 = "awDVjJLwgpSMbwptmLhczaxB5HqvsdvEOUsLYb/zTUc=";
cargoSha256 = "sha256-pMqwWWmPxJZbJavxSVfjjRd7u9fI2AUZRjHF5SxxqoU=";

nativeBuildInputs = [ pkg-config makeBinaryWrapper ];

Expand Down

0 comments on commit 1a46da8

Please sign in to comment.