Skip to content

Commit 1a4fe47

Browse files
authored
ttfb: 1.12.0 -> 1.13.0 (#348512)
2 parents 63e9af1 + dc9fe40 commit 1a4fe47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/ttfb/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "ttfb";
10-
version = "1.12.0";
10+
version = "1.13.0";
1111

1212
src = fetchCrate {
1313
inherit pname version;
14-
hash = "sha256-Cdup65w31wF1RZu0g4/msHfLESrNTcuCU5kxkk0gnW8=";
14+
hash = "sha256-G5RSnh+S7gbIWJxm778pHN36xghpptcCpfElada0Afo=";
1515
};
1616

1717
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
1818
darwin.apple_sdk.frameworks.Security
1919
];
2020

21-
cargoHash = "sha256-U8CG0GqnUwya+ZK0qXtOFZ/MbbqSvB5egX7XJKtl88g=";
21+
cargoHash = "sha256-kgfET2hOw0OAbBcKS7BOvY3nrLNX6CcQ6fOzVJ9rMOU=";
2222

2323
# The bin feature activates all dependencies of the binary. Otherwise,
2424
# only the library is build.

0 commit comments

Comments
 (0)