mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:57:38 +00:00
Merge pull request #188048 from r-ryantm/auto-update/glooctl
glooctl: 1.12.7 -> 1.12.9
This commit is contained in:
commit
faa0dba5cb
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "glooctl";
|
||||
version = "1.12.7";
|
||||
version = "1.12.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "solo-io";
|
||||
repo = "gloo";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-GFexXy/vH8rbtoxGo0Sy6cO+FxLTGaO67BkBPgaHuws=";
|
||||
hash = "sha256-FSZTonoMojBsp+6K4gID2X92wcOE009hTPNqONxRbps=";
|
||||
};
|
||||
|
||||
subPackages = [ "projects/gloo/cli/cmd" ];
|
||||
|
Loading…
Reference in New Issue
Block a user