lact: 0.7.0 -> 0.7.1

changelog: https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.7.1
This commit is contained in:
cy
2025-05-26 20:34:27 +05:30
committed by Masum Reza
parent 1036f7a4c7
commit 4c85576208
+3 -3
View File
@@ -17,17 +17,17 @@
rustPlatform.buildRustPackage rec {
pname = "lact";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "ilya-zlobintsev";
repo = "LACT";
rev = "v${version}";
hash = "sha256-9Enht9bwvk1jHYHRDPSUtwRxPGbPlU3V0hv0CuCOCls=";
hash = "sha256-zaN6CQSeeoYFxLO6E1AMKAjeNOcPi2OsGfYkvZLPKcw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Tw3yOu1pZJxjbg5fpOgWA46qbigq4hTIKh9eOXjAtBU=";
cargoHash = "sha256-Ipvu/eu0uI/WKYyVjjHLlg0O0EgzfuTvMmr4gTzDRxw=";
nativeBuildInputs = [
blueprint-compiler