summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 08:10:44 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:06:46 -0800
commit2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24 (patch)
tree61eb0fd66e5cc571109a8131475f73cfe5d1f5c8
parent41f078c6508b188683cef784bf5d2d74f76d046d (diff)
downloadnixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.tar
nixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.tar.gz
nixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.tar.bz2
nixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.tar.lz
nixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.tar.xz
nixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.tar.zst
nixpkgs-2a663a06218409f5e0f0c24ec8ccbf2f14ef5b24.zip
gh-ost: 1.1.2 -> 1.1.4
-rw-r--r--pkgs/tools/misc/gh-ost/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/gh-ost/default.nix b/pkgs/tools/misc/gh-ost/default.nix
index 16594f898b9..948132416ab 100644
--- a/pkgs/tools/misc/gh-ost/default.nix
+++ b/pkgs/tools/misc/gh-ost/default.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   pname = "gh-ost";
-  version = "1.1.2";
+  version = "1.1.4";
 
   src = fetchFromGitHub {
     owner = "github";
     repo = "gh-ost";
     rev = "v${version}";
-    sha256 = "sha256-q1wtATFm65c2esQ+TPR2f+YafYeOmC79EumHyGxXrnE=";
+    sha256 = "sha256-HtLtwqPijOE19iJ2AUNAnyc2ujLPeH43HSg3QRBbKEg=";
   };
 
   goPackagePath = "github.com/github/gh-ost";