Unverified Commit df46c58b authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

sile: 0.15.9 → 0.15.10 (#397099)

parents 885b9558 3ca4d61a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,18 +29,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sile";
  version = "0.15.9";
  version = "0.15.10";

  src = fetchurl {
    url = "https://github.com/sile-typesetter/sile/releases/download/v${finalAttrs.version}/sile-${finalAttrs.version}.tar.zst";
    hash = "sha256-+9pZUDszPYJmFgHbZH0aKtZ6qLcJjh73jG2CFoRKxWc=";
    hash = "sha256-sPABtKfIpamGNWELnCnkVagHeuHq/1KoT364/aLHDu0=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    dontConfigure = true;
    nativeBuildInputs = [ zstd ];
    hash = "sha256-FdUrivumG5R69CwZedpkBzds5PcZr4zSsA6QW/+rDBM=";
    hash = "sha256-57NcGm46aggPO+/54P1arCSPV3BHlAWwmWIzbpkT2js=";
  };

  nativeBuildInputs = [