From ec03aa21d7f344d0533b429ed8b4a229a83bf0bb Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 18 Jun 2021 04:20:00 +0000 Subject: [PATCH] tectonic: 0.5.2 -> 0.6.4 --- pkgs/tools/typesetting/tectonic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix index dd92477d1739..3209ccf6029f 100644 --- a/pkgs/tools/typesetting/tectonic/default.nix +++ b/pkgs/tools/typesetting/tectonic/default.nix @@ -3,17 +3,17 @@ rustPlatform.buildRustPackage rec { pname = "tectonic"; - version = "0.5.2"; + version = "0.6.4"; src = fetchFromGitHub { owner = "tectonic-typesetting"; repo = "tectonic"; rev = "tectonic@${version}"; fetchSubmodules = true; - sha256 = "sha256-JQ78N+cfk1D6xZixoUvYiLP6ZwovBn/ro1CZoutBwp8="; + sha256 = "11q0vwgjlailkw4l9z7r54wkxi8dwh40pm7bd74dcvm0x4323fpd"; }; - cargoSha256 = "sha256-disJme0UM6U+yWjGsPya0xDvW6iQsipqMkEALeJ99xU="; + cargoSha256 = "1drfgrsfz44yqz15bcmb3dyyz7dr9zbs3idl1ssaiir24d4z1m9z"; nativeBuildInputs = [ pkg-config ];