lazyhetzner: 0.0.5 -> 0.0.6

https://github.com/grammeaway/lazyhetzner/releases/tag/v0.0.6
This commit is contained in:
Ryan Omasta
2025-10-08 01:51:02 -06:00
parent 8dbad4425c
commit 2ca78c8b19
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lazyhetzner";
version = "0.0.5";
version = "0.0.6";
src = fetchFromGitHub {
owner = "grammeaway";
repo = "lazyhetzner";
tag = "v${finalAttrs.version}";
hash = "sha256-1FXltNM+M8Txp1xoTqKcNI14dvbRQHl7izXtBQLYZTc=";
hash = "sha256-Hk1ZJ1DMotPVoR77dMb9deVbO/YUjORC+KVYBRIuLH0=";
leaveDotGit = true;
postFetch = ''