rustfinity: 0.2.13 -> 0.2.14

Upstream does not provide tags or a changelog.
Changes between versions can be viewed at:
https://github.com/rustfinity/rustfinity/compare/ea9aa4a4ba14e5111e6da9ef4f0d5dda9bb95341...59d180703ed1cb23123ddf8afeb8992e8c8a0509
This commit is contained in:
yapxuan
2025-07-27 18:49:04 +08:00
parent d4c21f54e0
commit e8fb58a774
+3 -3
View File
@@ -8,14 +8,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "rustfinity";
version = "0.2.13";
version = "0.2.14";
src = fetchCrate {
inherit pname version;
hash = "sha256-yBWhY4Uta/K/Ka5DzhpZUiv0Y3Yfn4dI4ZARpJqTqY8=";
hash = "sha256-Oh+AEgmBhlOQaCFECheuHCXT6hndpUnZH/l+tWMp2RQ=";
};
cargoHash = "sha256-ifVhVFiTO1CVpWo6B9OZXJwuc40IRkSc4ncMXG+5DnE=";
cargoHash = "sha256-e1RnPqfgeyeEh8Av81RTuaMgYc6zoBZcygbc29DNKqE=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ];