lazyhetzner: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm
2026-04-13 06:15:08 +00:00
parent 4eb3c80253
commit fcb8241fad
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lazyhetzner";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "grammeaway";
repo = "lazyhetzner";
tag = "v${finalAttrs.version}";
hash = "sha256-QFtlcio3yVyltoTqYH8RJknx/tKpn6dNu1WwnLLJY/A=";
hash = "sha256-G7IfB/tnhPKf/tG0b2HKUshc4x+AySiHlJZNSlOJr2I=";
leaveDotGit = true;
postFetch = ''