Skip to content

Commit

Permalink
lla: 0.3.1 -> 0.3.7 (NixOS#367734)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 24, 2024
2 parents 13deefe + 5c1ae5a commit 85a0e13
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.3.1";
version = "0.3.7";
in
rustPlatform.buildRustPackage {
pname = "lla";
Expand All @@ -17,12 +17,12 @@ rustPlatform.buildRustPackage {
owner = "triyanox";
repo = "lla";
rev = "refs/tags/v${version}";
hash = "sha256-0yPc/HJcPrHeokp4wQ3WOLL9gEIX/0udHUwY39LwvLc=";
hash = "sha256-8BnYLC5SGFvk9srRyLxflDgfVbbGMSHXBOjXQLMLIi8=";
};

nativeBuildInputs = [ makeBinaryWrapper ];

cargoHash = "sha256-402FMy7I2NmzDUjsgQAG+iBKjgwtpX8OMdXWnst3Ao8=";
cargoHash = "sha256-H/BnJiR9+wcddAEWkKaqamTEDgjTUOMq1AiGWQAfjDM=";

cargoBuildFlags = [ "--workspace" ];

Expand Down

0 comments on commit 85a0e13

Please sign in to comment.