Skip to content

Commit

Permalink
lla: 0.2.10 -> 0.3.1 (#364714)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 12, 2024
2 parents cad3cc3 + 81990aa commit ae50398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ll/lla/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "0.2.10";
version = "0.3.1";
in
rustPlatform.buildRustPackage {
pname = "lla";
Expand All @@ -17,12 +17,12 @@ rustPlatform.buildRustPackage {
owner = "triyanox";
repo = "lla";
rev = "refs/tags/v${version}";
hash = "sha256-zHtHlEAh170t05DO5b/vspODkqx5G9C3nt5G8dtm8wI=";
hash = "sha256-0yPc/HJcPrHeokp4wQ3WOLL9gEIX/0udHUwY39LwvLc=";
};

nativeBuildInputs = [ makeBinaryWrapper ];

cargoHash = "sha256-ar7NEQKTdxM96dT9b9BBfYZA3zVlhN6OciKRo4ZhBSU=";
cargoHash = "sha256-402FMy7I2NmzDUjsgQAG+iBKjgwtpX8OMdXWnst3Ao8=";

cargoBuildFlags = [ "--workspace" ];

Expand Down

0 comments on commit ae50398

Please sign in to comment.