Unverified Commit aa4d98ac authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

typesetter: 0.6.0 -> 0.7.0 (#468722)

parents 62cedb76 1ae3a6d7
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.6.0";
  version = "0.7.0";

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

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-ZCWMyxzku5FXWF7EkeQ6O9qbZs1MBzuSIw2g198DNt0=";
    hash = "sha256-RBDb0+6bD7K+FZ+Qg9vV1LDn/LT2xfPh/XsPfQWfwJQ=";
  };

  strictDeps = true;