Update from upstream

This commit is contained in:
Alan Daniels 2025-02-03 20:43:48 +11:00
parent 6f75cde2db
commit 7cf556d606
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ date: 2025-01-10
---
Hello World!
[heres the todo](https://quartz.jzhao.xyz/authoring-content)
[Here's the TODO](https://quartz.jzhao.xyz/authoring-content)

View file

@ -29,7 +29,7 @@
packages.quartz = pkgs.buildNpmPackage {
name = "quartz";
src = ./.;
npmDepsHash = "sha256-hawMRXs2VvIeZ7hP8NZDBU8yqg/f2cTzmGEvn+VzjE4=";
npmDepsHash = "sha256-qzFBy4KCGvAhO+4eDk0ZXUT4TFwBbHu7lY1pr0bOlHQ=";
dontNpmBuild = true;
};
})