lact: 0.4.3 -> 0.4.4

Diff: https://github.com/ilya-zlobintsev/LACT/compare/v0.4.3...v0.4.4
This commit is contained in:
figsoda 2023-09-12 16:22:31 -04:00
parent 30bcc6c39d
commit f30217bdee

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "lact";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "ilya-zlobintsev";
repo = "LACT";
rev = "v${version}";
hash = "sha256-zSQqR5AxdqcSwgapSwXYn/36F6SQna8+RS6UTQJySrg=";
hash = "sha256-5tFXwx76KudojKnynCB+cnHcClB/JJD+9ugwxHG5xy4=";
};
cargoHash = "sha256-DDBYfafLg2fH+HsC5VZzVyRCyVSwcMydUGBe7NQRwEk=";
cargoHash = "sha256-QnJmczOep9XtPoNolrO2DSj+g6qLLowd4rgWQilnV+U=";
nativeBuildInputs = [
pkg-config