Unverified Commit 1f7ecfd0 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

treemd: 0.2.1 -> 0.5.4 (#464189)

parents 6792ddb6 db537333
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "treemd";
  version = "0.2.1";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "Epistates";
    repo = "treemd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7pgRQ5e1rMufEWXFLD+z1YYGjLX5fSw4ArLwjKUkJ+4=";
    hash = "sha256-EIAKppVPPSQWH+2jX/z4Wdc9qm09THEnD3J1erva1lY=";
  };

  cargoHash = "sha256-OEZR+uS/ga3e2fcu4ZiaZ6ATwCFIosDUU1FVD/gu1WY=";
  cargoHash = "sha256-OtHwKp3uTYDZMyl0/hNw83VwGMIh2WrWkU+nC8JShAw=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];