jotdown: 0.3.0 -> 0.3.1
Diff: https://github.com/hellux/jotdown/compare/0.3.0...0.3.1 Changelog: https://github.com/hellux/jotdown/blob/0.3.1/CHANGELOG.md
This commit is contained in:
parent
dcead249cc
commit
f2131916bd
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "jotdown";
|
pname = "jotdown";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hellux";
|
owner = "hellux";
|
||||||
repo = "jotdown";
|
repo = "jotdown";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-SdMj2/r/QhmgS1T3Ve4ypQ2nDjoSRkEtWzQCcbFWP5A=";
|
hash = "sha256-UnrX6T5pjrxHE5feW287613vX5uqkdeFw2F14evzfmk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-OzLPlWZwDEO8TPk79LHCRLtMFxZigaIAbLM75KDqyj4=";
|
cargoHash = "sha256-tbyDCJvTVzuTkfprOY537owOXz+OuNkuyCrOx77/j2o=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A minimal Djot CLI";
|
description = "A minimal Djot CLI";
|
||||||
|
|
Loading…
Reference in a new issue