Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cd0e1c093b3f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c06b4077745f
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 15, 2020

  1. Copy the full SHA
    9eac601 View commit details
  2. tectonic: 0.1.16 -> 0.1.17

    doronbehar committed Oct 15, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    90bf48b View commit details

Commits on Oct 17, 2020

  1. Copy the full SHA
    c06b407 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/typesetting/tectonic/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/typesetting/tectonic/default.nix
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "tectonic";
version = "0.1.16";
version = "0.1.17";

src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${version}";
sha256 = "0dzqf67y4ci1vsl3zhmjkzfnf22w2bbk5w5qj2gryzrhp1q9ajyr";
sha256 = "VHhvdIBFPE5CkWVQ4tzMionUnAkZTucVXl5zp5prgok=";
};

cargoSha256 = "1p0wzylkw1gxaff0m47il7qa0dfflxdyshvkvdirvjidg5cam9bk";
cargoSha256 = "/f/suiI5XzI0+lCscsqLZTWU6slHdXgR+5epYpxyU1w=";

nativeBuildInputs = [ pkgconfig ];

@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive";
homepage = "https://tectonic-typesetting.github.io/";
license = with licenses; [ mit ];
maintainers = [ maintainers.lluchs ];
maintainers = [ maintainers.lluchs maintainers.doronbehar ];
};
}