rustical: 0.11.5 -> 0.11.10 (#477396)

This commit is contained in:
Nick Cao
2026-01-15 02:57:53 +00:00
committed by GitHub
+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 ];