From 37594142641d30ce152fb121b1c7cce95b1d48a0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 6 Sep 2023 21:00:55 -0400 Subject: [PATCH] jotdown: 0.3.1 -> 0.3.2 Diff: https://github.com/hellux/jotdown/compare/0.3.1...0.3.2 Changelog: https://github.com/hellux/jotdown/blob/0.3.2/CHANGELOG.md --- pkgs/tools/text/jotdown/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/jotdown/default.nix b/pkgs/tools/text/jotdown/default.nix index 4f2c72031f13..e39209cfe106 100644 --- a/pkgs/tools/text/jotdown/default.nix +++ b/pkgs/tools/text/jotdown/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "jotdown"; - version = "0.3.1"; + version = "0.3.2"; src = fetchFromGitHub { owner = "hellux"; repo = "jotdown"; rev = version; - hash = "sha256-UnrX6T5pjrxHE5feW287613vX5uqkdeFw2F14evzfmk="; + hash = "sha256-XouI3PHKPtX+3GkhMvdRfwJkCoofMgCY/NXB0tnLyUc="; }; - cargoHash = "sha256-tbyDCJvTVzuTkfprOY537owOXz+OuNkuyCrOx77/j2o="; + cargoHash = "sha256-PvKXVP90GOAgz4Sc37B4hli7rbNHVZbksVAo+uy2yEU="; meta = with lib; { description = "A minimal Djot CLI";