mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
}:
|
||||
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" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue