gh-ost: 1.1.8 -> 1.1.9

This commit is contained in:
R. Ryantm
2026-05-01 04:48:02 +00:00
parent 57cef49acc
commit 113a489e4c
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "gh-ost";
version = "1.1.8";
version = "1.1.9";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
tag = "v${finalAttrs.version}";
hash = "sha256-U92rdk/9JIMOjN1cJSdAVYgR1f7aKY0nyfBbwe7517M=";
hash = "sha256-wnHPFPA0ql6KWN9+ZvzIdXwaAhFdBc94UJK7+4no1NU=";
};
vendorHash = null;