update dependencies

This commit is contained in:
Martin Wurm 2025-01-23 00:00:05 +01:00
parent 518bcab349
commit be8b3942ec
3 changed files with 5 additions and 5 deletions

View file

@ -25,12 +25,12 @@ let
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-8dsJlVvCHUE/rI9YkuJVF+Nk2DeUIAiNLR4Fu/YZg50=";
outputHash = "sha256-wlnluwHxJq+XZAJQokqBD4nyAfuyFBUMTrXkSDktC1k=";
};
in
stdenv.mkDerivation rec {
name = "mart-w.de-${version}";
version = "1.1.0";
version = "1.1.1";
src = ./.;

2
go.mod
View file

@ -2,4 +2,4 @@ module git.brokentech.cloud/mart-w/mart-w.de
go 1.21.5
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.21.0 // indirect
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0 // indirect

4
go.sum
View file

@ -1,2 +1,2 @@
github.com/CaiJimmy/hugo-theme-stack/v3 v3.21.0 h1:GT519sWiMhJCYO2xkxgjTvgGZsfP31Q79OURWGTT8/Y=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.21.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0 h1:6Ahvbvlyi0HrstfDt2yk6BfcAEnW107lWOUjPjD/ye4=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.29.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=