summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-23 21:18:49 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-23 21:18:49 -0700
commit09517318b87e39506cbcb3232a395ac7d43c25f5 (patch)
tree8b0698270dfc5382655b50dc6df3b5de6dd20715 /flake.nix
parentAdd CSRF protection (diff)
downloadroseh.moe-09517318b87e39506cbcb3232a395ac7d43c25f5.tar.zst
Use pbkdf2 for password hashing instead of sha512
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f6122c4..0a0d016 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,7 +48,7 @@
# remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash;
- vendorHash = null;
+ vendorHash = "sha256-L7nK+w4CB2H3b6vL0ZoFfaRMgCmpqzQo8ThMM60C76I=";
};
});