feat: Bump Nix package version
This commit is contained in:
parent
a69915b46d
commit
decfba6bd8
@ -8,7 +8,7 @@
|
||||
pythonEnv = python3.withPackages (ps: with ps; [markdown pygments]);
|
||||
in stdenv.mkDerivation {
|
||||
pname = "blog";
|
||||
version = "20231507";
|
||||
version = "20230722";
|
||||
|
||||
src = ../.;
|
||||
|
||||
|
Reference in New Issue
Block a user