Unverified Commit e4f9f869 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

typesetter: 0.10.0 -> 0.10.1 (#492505)

parents 9e27abb1 0499dc10
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,18 +30,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "typesetter";
  version = "0.10.0";
  version = "0.10.1";

  src = fetchFromCodeberg {
    owner = "haydn";
    repo = "typesetter";
    tag = "v${finalAttrs.version}";
    hash = "sha256-wHdtkiS7pf97/jcMvMp+zscwwrFU7MXDAC4d2MWGjUo=";
    hash = "sha256-YrncwcyknOCukfmQmyFzEAy/bWct6K67CThi8Rzy4rE=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-dcNqAlc84xKjSr4I+Z1JL3sbBxH5BSKCcRAmpPrWoEE=";
    hash = "sha256-kV4KDiNHKCnzQtJVDhMEHEqwPuR5CV3LRcCDVUb5nKo=";
  };

  strictDeps = true;