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

typesetter: 0.5.1 -> 0.6.0 (#465228)

parents 7e90700e 5d463389
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,19 +30,19 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "typesetter";
  version = "0.5.1";
  version = "0.6.0";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "haydn";
    repo = "typesetter";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hXFoE6cnfKfJkZ8m4m0BC9+UfuNkgHzR0TSSuHmBjNU=";
    hash = "sha256-ZbMg7yKJ9nYVqDfPO614PhEoL8fmVbdHONfWgCbZZ0k=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-nJXWYAnJn8RY2X5mJSdlaEiWHVJqaP6/WI/D+T52cak=";
    hash = "sha256-ZCWMyxzku5FXWF7EkeQ6O9qbZs1MBzuSIw2g198DNt0=";
  };

  strictDeps = true;