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.lock | |
| parent | 5d40790dcf2043d23a5a0323aaeb3dec417795d3 (diff) | |
| download | roseh.moe-09517318b87e39506cbcb3232a395ac7d43c25f5.tar.zst | |
Use pbkdf2 for password hashing instead of sha512
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1757545623, - "narHash": "sha256-mCxPABZ6jRjUQx3bPP4vjA68ETbPLNz9V2pk9tO7pRQ=", + "lastModified": 1758589230, + "narHash": "sha256-zMTCFGe8aVGTEr2RqUi/QzC1nOIQ0N1HRsbqB4f646k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8cd5ce828d5d1d16feff37340171a98fc3bf6526", + "rev": "d1d883129b193f0b495d75c148c2c3a7d95789a0", "type": "github" }, "original": { |
