Loading pkgs/by-name/ru/rustical/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -8,16 +8,21 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "rustical"; version = "0.11.5"; version = "0.11.10"; src = fetchFromGitHub { owner = "lennart-k"; repo = "rustical"; tag = "v${finalAttrs.version}"; hash = "sha256-hvdYwh9nmSXS9QhyxW5mLRS4kgf164I+UxGHRlK1oH4="; hash = "sha256-+XGYM12RO0+bUpt7mIP7qm1CoYDnJYRNtkxVRyoH32g="; }; cargoHash = "sha256-rpTQpb0a8QhFT7Qo6hYZ+nPmWFnR/vSVCoHvZFQR3Cs="; postPatch = '' substituteInPlace Cargo.toml \ --replace-fail 'rust-version = "1.92"' 'rust-version = "1.91"' ''; cargoHash = "sha256-9GF7ViELoUxOxccyhFJehfRm7KuQIbv2wp9xIKkCpPQ="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; Loading Loading
pkgs/by-name/ru/rustical/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -8,16 +8,21 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "rustical"; version = "0.11.5"; version = "0.11.10"; src = fetchFromGitHub { owner = "lennart-k"; repo = "rustical"; tag = "v${finalAttrs.version}"; hash = "sha256-hvdYwh9nmSXS9QhyxW5mLRS4kgf164I+UxGHRlK1oH4="; hash = "sha256-+XGYM12RO0+bUpt7mIP7qm1CoYDnJYRNtkxVRyoH32g="; }; cargoHash = "sha256-rpTQpb0a8QhFT7Qo6hYZ+nPmWFnR/vSVCoHvZFQR3Cs="; postPatch = '' substituteInPlace Cargo.toml \ --replace-fail 'rust-version = "1.92"' 'rust-version = "1.91"' ''; cargoHash = "sha256-9GF7ViELoUxOxccyhFJehfRm7KuQIbv2wp9xIKkCpPQ="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; Loading