Merge pull request #247385 from figsoda/jotdown

jotdown: 0.3.0 -> 0.3.1

authored by

Weijia Wang and committed by
GitHub
c8b6ef7c 8d45a93a

+3 -3
+3 -3
pkgs/tools/text/jotdown/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "jotdown"; 8 - version = "0.3.0"; 8 + version = "0.3.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "hellux"; 12 12 repo = "jotdown"; 13 13 rev = version; 14 - hash = "sha256-SdMj2/r/QhmgS1T3Ve4ypQ2nDjoSRkEtWzQCcbFWP5A="; 14 + hash = "sha256-UnrX6T5pjrxHE5feW287613vX5uqkdeFw2F14evzfmk="; 15 15 }; 16 16 17 - cargoHash = "sha256-OzLPlWZwDEO8TPk79LHCRLtMFxZigaIAbLM75KDqyj4="; 17 + cargoHash = "sha256-tbyDCJvTVzuTkfprOY537owOXz+OuNkuyCrOx77/j2o="; 18 18 19 19 meta = with lib; { 20 20 description = "A minimal Djot CLI";