Unverified Commit 0f1ba732 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

treemd: 0.5.10 -> 0.5.11 (#515701)

parents 946df5a8 a3e08f72
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.5.10";
  version = "0.5.11";

  src = fetchFromGitHub {
    owner = "Epistates";
    repo = "treemd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-lt1dZW8na89wAcYkkoiNigGz8sh5dcuqoRmdV4M6fCk=";
    hash = "sha256-XgmyWvJ52QHTFEuBu7gRFnsz+x4A0rHed5Q88A31iDA=";
  };

  cargoHash = "sha256-mRHB/hJmpjMNrPeqz2ec78AIDvCQ1mbmfAkI+VoSqd0=";
  cargoHash = "sha256-ePM12BYV1YADtjN/CsLGoyKuRddy8f3fsSfUJewBNyY=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];