ttfb: 1.14.0 -> 1.15.0 (#395482)

Co-authored-by: phip1611 <phip1611@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-02 13:43:39 +00:00
committed by GitHub
co-authored by phip1611
+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.