Unverified Commit 73e04b6e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

jotdown: 0.7.0 -> 0.8.0 (#405948)

parents 7ee0610c c24d4506
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "jotdown";
  version = "0.7.0";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "hellux";
    repo = "jotdown";
    rev = version;
    hash = "sha256-1s0J6TF/iDSqKUF4/sgq2irSPENjinftPFZnMgE8Dn8=";
    hash = "sha256-StlF+KjQ+UrKnZMuexwDhMI0ztFLsbexubx5s8Qtzho=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-SGmlNpauPk2qSIIdP0hfGUplCV9ZvyHhZss8XXuxfHg=";
  cargoHash = "sha256-UroMKPDh0RbUu6oqjfbRkX6ZlKi5rJRVBu1apcJENyU=";

  meta = with lib; {
    description = "Minimal Djot CLI";