Skip to content

Commit 85a0e13

Browse files
lla: 0.3.1 -> 0.3.7 (#367734)
2 parents 13deefe + 5c1ae5a commit 85a0e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ll/lla/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
nix-update-script,
88
}:
99
let
10-
version = "0.3.1";
10+
version = "0.3.7";
1111
in
1212
rustPlatform.buildRustPackage {
1313
pname = "lla";
@@ -17,12 +17,12 @@ rustPlatform.buildRustPackage {
1717
owner = "triyanox";
1818
repo = "lla";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-0yPc/HJcPrHeokp4wQ3WOLL9gEIX/0udHUwY39LwvLc=";
20+
hash = "sha256-8BnYLC5SGFvk9srRyLxflDgfVbbGMSHXBOjXQLMLIi8=";
2121
};
2222

2323
nativeBuildInputs = [ makeBinaryWrapper ];
2424

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

2727
cargoBuildFlags = [ "--workspace" ];
2828

0 commit comments

Comments
 (0)