1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

lact: 0.5.0 -> 0.5.3

This commit is contained in:
R. Ryantm 2024-03-04 11:00:23 +00:00
parent 0d58a849c9
commit bc19782e3f

View file

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "lact";
version = "0.5.0";
version = "0.5.3";
src = fetchFromGitHub {
owner = "ilya-zlobintsev";
repo = "LACT";
rev = "v${version}";
hash = "sha256-B3YAlEKELbHGIQ8AIvortYZsHY6wsuaFxm9lC9Uh+Zg=";
hash = "sha256-Ts2byWYn1MwQCJPQfwTxezsa/fnwlgVOZyNDUXWgZ0s=";
};
cargoHash = "sha256-MbE6OrYJGPoQPQggxa9dssx8Nc6/5w53V58E1yLLeq0=";
cargoHash = "sha256-7zGZu3q2CF/xzWjbicEb/JOt6pXEC2Skg7eR2syvUmY=";
nativeBuildInputs = [
blueprint-compiler