rustical: 0.11.5 -> 0.11.10

This commit is contained in:
wrvsrx
2026-01-15 10:45:44 +08:00
parent 52b2fff746
commit 83d23db687
+8 -3
View File
@@ -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 ];