about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-09 09:12:41 +0200
committerGitHub <noreply@github.com>2024-04-09 09:12:41 +0200
commitc4b7c43fe039efaf6509451b52b6d8ad18337198 (patch)
treee66c0e5f21d0ae645a917547971fa02814e32705
parenta5b49e44794a272e27be9363220d295ce5aedae9 (diff)
parent5a3e9e23e10ba27f4f00c15796ecff0027771c03 (diff)
Merge pull request #302766 from phip1611/ttfb
ttfb: 1.10.0 -> 1.11.0
-rw-r--r--pkgs/development/tools/ttfb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/ttfb/default.nix b/pkgs/development/tools/ttfb/default.nix
index e8a86c21bc5d1..145144528fef6 100644
--- a/pkgs/development/tools/ttfb/default.nix
+++ b/pkgs/development/tools/ttfb/default.nix
@@ -7,18 +7,18 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ttfb";
-  version = "1.10.0";
+  version = "1.11.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-94gBofb7H7+qU50+cp+rq14Vtbk2vuXFQksNITvICm4=";
+    hash = "sha256-38mhwYfWoMZzdbkgv65hBpX23wCpAWwiahuzO5xRpmA=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Security
   ];
 
-  cargoHash = "sha256-CUisxtUQXkStqSZikIoAN0GwpUjvQqon7KqI0beHL5U=";
+  cargoHash = "sha256-Gqv4XvG3aYMRdMP1mzUlsCPN+NMLHq2nf283KBQCems==";
 
   # The bin feature activates all dependencies of the binary. Otherwise,
   # only the library is build.