lla: 0.3.10 -> 0.3.11 (#408202)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-28 03:59:37 +02:00 committed by GitHub
commit f5bd03ecbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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" ];