lla: 0.5.0 -> 0.5.3

This commit is contained in:
Leah Amelia Chen
2026-01-07 12:52:53 +08:00
parent e257f8208e
commit d22281361b
+3 -3
View File
@@ -11,13 +11,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lla";
version = "0.5.0";
version = "0.5.3";
src = fetchFromGitHub {
owner = "chaqchase";
repo = "lla";
tag = "v${finalAttrs.version}";
hash = "sha256-xbXTiOr3c9PX0SRfjO+3Kib5S0fruFhjHO2Mf00BVBg=";
hash = "sha256-AVvng3pF68bLlJBobEDBxW7/CQADTfg1Ylm/tjQFFfQ=";
};
nativeBuildInputs = [
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Do not vendor Oniguruma
env.RUSTONIG_SYSTEM_LIBONIG = true;
cargoHash = "sha256-qKeNSaZMpyQpI7oGqn416pfBINMsIE+0sjzg38roxc8=";
cargoHash = "sha256-SQBaUaNuPUUw/bQ9UnUNCo+HpU7VVK3wzKAtSDpmTHo=";
cargoBuildFlags = [ "--workspace" ];