lla: 0.3.10 -> 0.3.11

This commit is contained in:
Leah Amelia Chen 2025-05-18 01:08:17 +02:00
parent 69ea43926c
commit 060162f471
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
nix-update-script, nix-update-script,
}: }:
let let
version = "0.3.10"; version = "0.3.11";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "lla"; pname = "lla";
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
owner = "chaqchase"; owner = "chaqchase";
repo = "lla"; repo = "lla";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-/6p23JW3ZaSuDf34IWcTggR92/zUTMRerQ32bTsRujo="; hash = "sha256-HxHUpFTAeK3/pE+ozHGmMUj0Jt7iKrbZ1xnFj7828Ng=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
]; ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-aX8nm/V0ug2g40QeFU9AWxjuFAnW+gYTR8RC5CV7wRQ="; cargoHash = "sha256-YvxzuOUowr5tcKZaZwgpeskfMJcOKJyHci43CfQWhOY=";
cargoBuildFlags = [ "--workspace" ]; cargoBuildFlags = [ "--workspace" ];