lazyhetzner: 1.0.0 -> 1.1.1 (#498594)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-10 23:39:29 +00:00
committed by GitHub
+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 = ''