gh-ost: 1.1.7 -> 1.1.8

This commit is contained in:
R. Ryantm
2026-03-09 20:11:01 +00:00
parent f2b82108c3
commit c272afb8c9
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "gh-ost";
version = "1.1.7";
version = "1.1.8";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
tag = "v${finalAttrs.version}";
hash = "sha256-TTc69dWasqMVwwJNo+M9seMKEWgerZ2ZR7dwDfM1gWI=";
hash = "sha256-U92rdk/9JIMOjN1cJSdAVYgR1f7aKY0nyfBbwe7517M=";
};
vendorHash = null;