lazyhetzner: 0.0.6 -> 1.0.0

This commit is contained in:
R. Ryantm
2026-01-31 21:27:35 +00:00
parent 4fcece76d5
commit d1cba73fc8
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lazyhetzner";
version = "0.0.6";
version = "1.0.0";
src = fetchFromGitHub {
owner = "grammeaway";
repo = "lazyhetzner";
tag = "v${finalAttrs.version}";
hash = "sha256-Hk1ZJ1DMotPVoR77dMb9deVbO/YUjORC+KVYBRIuLH0=";
hash = "sha256-krMA3QbeQGZCadP2sprITimh+K2XFYsN/sd29HVyd0U=";
leaveDotGit = true;
postFetch = ''