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