lazyhetzner: 0.0.4 -> 0.0.5

https://github.com/grammeaway/lazyhetzner/releases/tag/v0.0.5
This commit is contained in:
Ryan Omasta
2025-09-19 22:10:55 -06:00
parent a1f8d98495
commit 2a69a1baff
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "lazyhetzner";
version = "0.0.4";
version = "0.0.5";
src = fetchFromGitHub {
owner = "grammeaway";
repo = "lazyhetzner";
tag = "v${finalAttrs.version}";
hash = "sha256-MPPe4Epr77aqAFOeDGj4lTAauR489hVqGz8uiIqdyW8=";
hash = "sha256-1FXltNM+M8Txp1xoTqKcNI14dvbRQHl7izXtBQLYZTc=";
leaveDotGit = true;
postFetch = ''