diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-21 17:12:34 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-21 17:12:34 -0800 |
| commit | 4be64dd369b4bbdf3c4c0972c949c6e150377699 (patch) | |
| tree | de048078d0139b242ab5459eef44ce11667e7d21 /flake.nix | |
| parent | Bump CCL version (diff) | |
| download | roseh.moe-4be64dd369b4bbdf3c4c0972c949c6e150377699.tar.zst | |
Use a weird encoding for the time.Time
This way we can save 19 whole bytes per request 😲
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ # remember to bump this hash when your dependencies change. # vendorHash = pkgs.lib.fakeHash; - vendorHash = "sha256-1SZw/xXJS5Vz4ZxD4M+DiILSbOgl72ME6L05cxtvb24="; + vendorHash = "sha256-/Ciog57YcusaM8PvTRnBgxKcbNgxot4R8PhImu5m3Us="; }; }); |
