Unverified Commit 79e8e2d0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

jotdown: 0.4.1 -> 0.5.0 (#338360)

parents aab0e866 47e25f0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "jotdown";
  version = "0.4.1";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "hellux";
    repo = "jotdown";
    rev = version;
    hash = "sha256-qFx87AVGi42OCFCvksgiLh+NkXNgzfPxjcP0zDeC1is=";
    hash = "sha256-lJnHdywxKf3CWgSB91MqQreyUhKArpT2lqQqSIpgnUY=";
  };

  cargoHash = "sha256-IsUlTSv2QcO67FpN0eAK1gKLJelr9sfX8DefcmzHbcc=";
  cargoHash = "sha256-ESwo1J5OCJbmlZoTOPaeNIqRCTMAJtgkhrR0bcRqQwk=";

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