From 0b0161815ca7e0d6c2c5adc5fc64b2bcd75e883a Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 22 Dec 2023 11:12:30 +0000 Subject: [PATCH] neon-storage 4459 Closes #93. Signed-off-by: Alexander Bayandin --- Formula/neon-storage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-storage.rb b/Formula/neon-storage.rb index bcbf705..c27771a 100644 --- a/Formula/neon-storage.rb +++ b/Formula/neon-storage.rb @@ -2,8 +2,8 @@ class NeonStorage < Formula desc "Storage components for Neon" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-4456", - revision: "306c7a18134c13e5a9e08631684c73044c47e95c" + tag: "release-4459", + revision: "c13a2f0df118708ce4d596528a9cb63ece84a250" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"