jotdown: 0.9.1 -> 0.10.0 (#512096)

This commit is contained in:
Nick Cao
2026-04-22 19:21:05 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jotdown";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "hellux";
repo = "jotdown";
rev = finalAttrs.version;
hash = "sha256-76GYcLgTmTAweV+SI93me89YUHAujE0dFetG5QLlFRs=";
hash = "sha256-GUETWMWNAPfTcuu7LBgexgd1CWFbSyBwBZtFjMQ67Hk=";
};
cargoHash = "sha256-1h7nL37OtqHMLO7W1DHPo2SH7prGqHlDgMHbTQu0gBI=";
cargoHash = "sha256-yuzjyP1iy6pgUJev1dJPjU85A3W5n7G2B+Pa1R47KiQ=";
meta = {
description = "Minimal Djot CLI";