We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e823e9 commit dc9fe40Copy full SHA for dc9fe40
pkgs/development/tools/ttfb/default.nix
@@ -7,18 +7,18 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "ttfb";
10
- version = "1.12.0";
+ version = "1.13.0";
11
12
src = fetchCrate {
13
inherit pname version;
14
- hash = "sha256-Cdup65w31wF1RZu0g4/msHfLESrNTcuCU5kxkk0gnW8=";
+ hash = "sha256-G5RSnh+S7gbIWJxm778pHN36xghpptcCpfElada0Afo=";
15
};
16
17
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
18
darwin.apple_sdk.frameworks.Security
19
];
20
21
- cargoHash = "sha256-U8CG0GqnUwya+ZK0qXtOFZ/MbbqSvB5egX7XJKtl88g=";
+ cargoHash = "sha256-kgfET2hOw0OAbBcKS7BOvY3nrLNX6CcQ6fOzVJ9rMOU=";
22
23
# The bin feature activates all dependencies of the binary. Otherwise,
24
# only the library is build.
0 commit comments