jotdown: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-08-20 02:22:03 +00:00
parent 226bb7c9df
commit b67c56a885

View File

@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "jotdown";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "hellux";
repo = "jotdown";
rev = version;
hash = "sha256-StlF+KjQ+UrKnZMuexwDhMI0ztFLsbexubx5s8Qtzho=";
hash = "sha256-9gvTMcoKGdc6xYhGz1SQzTELUWeIK2VFbEwIVn/IjGs=";
};
cargoHash = "sha256-UroMKPDh0RbUu6oqjfbRkX6ZlKi5rJRVBu1apcJENyU=";
cargoHash = "sha256-x61oImdXsLD/lU4hNcrQ2rjH5hAvTMEDJn4H3cVG6X4=";
meta = with lib; {
description = "Minimal Djot CLI";