Update blog version.

This commit is contained in:
Lyle Mantooth 2025-06-25 14:15:27 -04:00
parent 3a8347b6ae
commit 8b58620979
Signed by: IslandUsurper
SSH key fingerprint: SHA256:7OQGnFyxgqLkSqpNeuqXgKL+0NmXES1atELKc4dKOw8

View file

@ -15,7 +15,7 @@
{
packages.blog = stdenv.mkDerivation rec {
pname = "annotated-annals";
version = "2022-08-28";
version = "2025-06-25";
src = ./.;
nativeBuildInputs = [ zola ];
configurePhase = ''