0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

glooctl: 1.17.10 -> 1.17.14

This commit is contained in:
R. Ryantm 2024-10-05 20:02:22 +00:00
parent b618b95449
commit 338a9fe2d7

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.17.10";
version = "1.17.14";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-p917jiPvWjLRoH2y81TvILc9WYZ6n1y1UQy8hIO93jM=";
hash = "sha256-7KkaQYTsamUapWKPB0JIoEnOs/SvrCbBgQqvQg9VQ9o=";
};
vendorHash = "sha256-rAObw4J0ATle1gq5Z1MsrGy/iqQDHjnMPAEIPBgtY3g=";