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: 2bb1868f7692
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f39ab3c335a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 10, 2020

  1. tectonic: 0.1.12 -> 0.1.15

    doronbehar committed Sep 10, 2020
    Copy the full SHA
    2120ad1 View commit details

Commits on Sep 11, 2020

  1. Merge pull request #97662 from doronbehar/pkg/tectonic

    tectonic: 0.1.12 -> 0.1.15
    marsam authored Sep 11, 2020
    Copy the full SHA
    4f39ab3 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.12";
version = "0.1.15";

src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "v${version}";
sha256 = "0dycv135bkpf71iwlwh8rwwvn287d605nl7v8mjxlrsayiivdmn9";
rev = "tectonic@${version}";
sha256 = "0pzhdfsi4jsj9p5cv8ia4kc4inl7q7jsw694dfyxkcpka6ywyzsh";
};

cargoSha256 = "1axrf7d01gmhvrap13rydfvwcsg0lk1zw7z1i7zzm898bc7c02qn";
cargoSha256 = "017f1f49svx4inyv6xjx31lnb7dbl6gzwrrzpfz1gimqvdj2gm6j";

nativeBuildInputs = [ pkgconfig ];