gh-ost: 1.1.9 -> 1.1.10 (#528123)

This commit is contained in:
Nick Cao
2026-06-05 19:55:59 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "gh-ost";
version = "1.1.9";
version = "1.1.10";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
tag = "v${finalAttrs.version}";
hash = "sha256-wnHPFPA0ql6KWN9+ZvzIdXwaAhFdBc94UJK7+4no1NU=";
hash = "sha256-1QdGPAvQgh533oAFwVxtGKPGJ7rfq7tG/zy8VUqJLq0=";
};
vendorHash = null;