lla: 0.2.10 -> 0.3.1

This commit is contained in:
R. Ryantm
2024-12-12 20:29:00 +00:00
parent 52a2613850
commit 81990aa98c
+3 -3
View File
@@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "0.2.10";
version = "0.3.1";
in
rustPlatform.buildRustPackage {
pname = "lla";
@@ -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" ];