mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
lla: 0.3.10 -> 0.3.11
This commit is contained in:
parent
69ea43926c
commit
060162f471
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue