lact: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2024-04-22 23:27:54 +00:00
parent 80368c5bef
commit 473b052240

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lact"; pname = "lact";
version = "0.5.3"; version = "0.5.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ilya-zlobintsev"; owner = "ilya-zlobintsev";
repo = "LACT"; repo = "LACT";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Ts2byWYn1MwQCJPQfwTxezsa/fnwlgVOZyNDUXWgZ0s="; hash = "sha256-Umi+J6RnYgHO30kFPFKhhKtqyzsLVPMkeQPeG3I4jcs=";
}; };
cargoHash = "sha256-7zGZu3q2CF/xzWjbicEb/JOt6pXEC2Skg7eR2syvUmY="; cargoHash = "sha256-CMK8o1Hcs5E+GtP9EgKmAa5fXHsY5PCYuFQh1zf0YE4=";
nativeBuildInputs = [ nativeBuildInputs = [
blueprint-compiler blueprint-compiler