rustical: 0.9.8 -> 0.9.9

R. Ryantm 897c434c dc436604

+3 -3
+3 -3
pkgs/by-name/ru/rustical/package.nix
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "rustical"; 11 - version = "0.9.8"; 12 13 src = fetchFromGitHub { 14 owner = "lennart-k"; 15 repo = "rustical"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-/iudk0PB+6DYD2lh1gvksTxlkdhll5J9dV6dQWCx/i4="; 18 }; 19 20 - cargoHash = "sha256-NlFGyCDSPouUX/VQ/Oe+Tp0/7RuLkBVSrrwJks+P0/A="; 21 22 nativeBuildInputs = [ pkg-config ]; 23 buildInputs = [ openssl ];
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "rustical"; 11 + version = "0.9.9"; 12 13 src = fetchFromGitHub { 14 owner = "lennart-k"; 15 repo = "rustical"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-o4Cd6ZiFzUZLY7Oj11YIO29ejA9bPCoD4XvFdsPLNLg="; 18 }; 19 20 + cargoHash = "sha256-CgCN3yD/CFmhr0apU/8Dt8VbNwkm5DMREt/BnNHHH9s="; 21 22 nativeBuildInputs = [ pkg-config ]; 23 buildInputs = [ openssl ];