lazyhetzner: 1.0.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2026-03-10 17:36:44 +00:00
parent 5e88cffa98
commit dfd4fddceb
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lazyhetzner";
version = "1.0.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "grammeaway";
repo = "lazyhetzner";
tag = "v${finalAttrs.version}";
hash = "sha256-krMA3QbeQGZCadP2sprITimh+K2XFYsN/sd29HVyd0U=";
hash = "sha256-QFtlcio3yVyltoTqYH8RJknx/tKpn6dNu1WwnLLJY/A=";
leaveDotGit = true;
postFetch = ''