ttfb: 1.14.0 -> 1.15.0

This commit is contained in:
R. Ryantm
2025-04-02 13:07:36 +00:00
parent 02b2743b6a
commit 21981dd5da
+3 -3
View File
@@ -8,11 +8,11 @@
rustPlatform.buildRustPackage rec {
pname = "ttfb";
version = "1.14.0";
version = "1.15.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-TElRWWPTwigyLikda7FdDh0tSC67XdPDg/Gu5aVQlAw=";
hash = "sha256-OOVqCWeF5cHMweEGWYIiWWWsw1QlNDFgnia05Qxo7uo=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
];
useFetchCargoVendor = true;
cargoHash = "sha256-NXwSqTshaC5hnyruSQFgFQRqRTmINMnMZsaisuudqvY=";
cargoHash = "sha256-4Nsg5/66enMgAfPrUQHuhOTTwG2OWyyvKMHIhPnlHko=";
# The bin feature activates all dependencies of the binary. Otherwise,
# only the library is build.