nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

jotdown: 0.7.0 -> 0.8.0

R. Ryantm c24d4506 c3f9e1d1

+3 -3
+3 -3
pkgs/by-name/jo/jotdown/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "jotdown"; 9 - version = "0.7.0"; 9 + version = "0.8.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hellux"; 13 13 repo = "jotdown"; 14 14 rev = version; 15 - hash = "sha256-1s0J6TF/iDSqKUF4/sgq2irSPENjinftPFZnMgE8Dn8="; 15 + hash = "sha256-StlF+KjQ+UrKnZMuexwDhMI0ztFLsbexubx5s8Qtzho="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-SGmlNpauPk2qSIIdP0hfGUplCV9ZvyHhZss8XXuxfHg="; 19 + cargoHash = "sha256-UroMKPDh0RbUu6oqjfbRkX6ZlKi5rJRVBu1apcJENyU="; 20 20 21 21 meta = with lib; { 22 22 description = "Minimal Djot CLI";