Commit 19dfaff

HPCesia <me@hpcesia.com>
2026-07-02 04:56:28
Fix Nix vendor hash
1 parent f7cf804
Changed files (1)
package.nix
@@ -8,7 +8,7 @@ buildGoModule {
 
   src = ./.;
 
-  vendorHash = "sha256-12kkN1rh9OWG8YIr9KyHtm1TFJQPUtSpD6ub8zokAhQ=";
+  vendorHash = "sha256-1r/wh9n0EF6hDdkJyBqJi6p3aRx/GzTH7PvB1hNas+U=";
 
   meta = {
     description = "A static page generator for repos";