diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-23 21:18:49 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-23 21:18:49 -0700 |
| commit | 09517318b87e39506cbcb3232a395ac7d43c25f5 (patch) | |
| tree | 8b0698270dfc5382655b50dc6df3b5de6dd20715 /flake.nix | |
| parent | Add CSRF protection (diff) | |
| download | roseh.moe-09517318b87e39506cbcb3232a395ac7d43c25f5.tar.zst | |
Use pbkdf2 for password hashing instead of sha512
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 = null; + vendorHash = "sha256-L7nK+w4CB2H3b6vL0ZoFfaRMgCmpqzQo8ThMM60C76I="; }; }); |
