Unverified Commit 89a8c6d4 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

tectonic-unwrapped.src: update hash

fetchSubmodules = true was removed without updating the hash.

Fixes: c98ef464 ("tectonic: build with nixpkgs harfbuzz")
parent a47cb26b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
    owner = "tectonic-typesetting";
    repo = "tectonic";
    rev = "tectonic@${version}";
    sha256 = "sha256-xZHYiaQ8ASUwu0ieHIXcjRaH06SQoB6OR1y7Ok+FjAs=";
    sha256 = "sha256-dZnUu0g86WJIIvwMgdmwb6oYqItxoYrGQTFNX7I61Bs=";
  };

  patches = [