We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1495d1f + c272afb commit 01d4c51Copy full SHA for 01d4c51
1 file changed
pkgs/by-name/gh/gh-ost/package.nix
@@ -7,13 +7,13 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "gh-ost";
10
- version = "1.1.7";
+ version = "1.1.8";
11
12
src = fetchFromGitHub {
13
owner = "github";
14
repo = "gh-ost";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-TTc69dWasqMVwwJNo+M9seMKEWgerZ2ZR7dwDfM1gWI=";
+ hash = "sha256-U92rdk/9JIMOjN1cJSdAVYgR1f7aKY0nyfBbwe7517M=";
17
};
18
19
vendorHash = null;
0 commit comments