hexdino: 0.1.2 -> 0.1.3

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

Luz 760354bf ef21b9f5

+3 -3
+3 -3
pkgs/applications/editors/hexdino/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "hexdino"; 5 - version = "0.1.2"; 6 7 src = fetchFromGitHub { 8 owner = "Luz"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-OFtOa6StpOuLgkULnY5MlqDcSTEiMxogowHIBEiGr4E="; 12 }; 13 14 - cargoSha256 = "sha256-lvLiRQNH3rpu+JTXWhQtXczmGRWGtnnLDknZaMp3d0s="; 15 16 meta = with lib; { 17 description = "A hex editor with vim like keybindings written in Rust";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "hexdino"; 5 + version = "0.1.3"; 6 7 src = fetchFromGitHub { 8 owner = "Luz"; 9 repo = pname; 10 rev = version; 11 + hash = "sha256-glbyftCJiP0/5trW7DOcVCU2q4ZH3zFK96eyGuYR8eY="; 12 }; 13 14 + cargoHash = "sha256-nldA8gDMj0iO+HgatiuMqzR6ZCjbxFsTp5pDGbFKA1k="; 15 16 meta = with lib; { 17 description = "A hex editor with vim like keybindings written in Rust";