We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13deefe + 5c1ae5a commit 85a0e13Copy full SHA for 85a0e13
pkgs/by-name/ll/lla/package.nix
@@ -7,7 +7,7 @@
7
nix-update-script,
8
}:
9
let
10
- version = "0.3.1";
+ version = "0.3.7";
11
in
12
rustPlatform.buildRustPackage {
13
pname = "lla";
@@ -17,12 +17,12 @@ rustPlatform.buildRustPackage {
17
owner = "triyanox";
18
repo = "lla";
19
rev = "refs/tags/v${version}";
20
- hash = "sha256-0yPc/HJcPrHeokp4wQ3WOLL9gEIX/0udHUwY39LwvLc=";
+ hash = "sha256-8BnYLC5SGFvk9srRyLxflDgfVbbGMSHXBOjXQLMLIi8=";
21
};
22
23
nativeBuildInputs = [ makeBinaryWrapper ];
24
25
- cargoHash = "sha256-402FMy7I2NmzDUjsgQAG+iBKjgwtpX8OMdXWnst3Ao8=";
+ cargoHash = "sha256-H/BnJiR9+wcddAEWkKaqamTEDgjTUOMq1AiGWQAfjDM=";
26
27
cargoBuildFlags = [ "--workspace" ];
28
0 commit comments