Loading pkgs/servers/sql/postgresql/ext/pg_net.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ postgresqlBuildExtension (finalAttrs: { pname = "pg_net"; version = "0.19.7"; version = "0.20.2"; src = fetchFromGitHub { owner = "supabase"; repo = "pg_net"; tag = "v${finalAttrs.version}"; hash = "sha256-HQiFD8vhox7SmjJIDyVnnwt8DCENKABIZTMfTjGElwU="; hash = "sha256-8xhk3WPONVjB2JIIRDBJP9fmtlMx0ld2t9GFYIzTYyQ="; }; buildInputs = [ curl ]; Loading Loading
pkgs/servers/sql/postgresql/ext/pg_net.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ postgresqlBuildExtension (finalAttrs: { pname = "pg_net"; version = "0.19.7"; version = "0.20.2"; src = fetchFromGitHub { owner = "supabase"; repo = "pg_net"; tag = "v${finalAttrs.version}"; hash = "sha256-HQiFD8vhox7SmjJIDyVnnwt8DCENKABIZTMfTjGElwU="; hash = "sha256-8xhk3WPONVjB2JIIRDBJP9fmtlMx0ld2t9GFYIzTYyQ="; }; buildInputs = [ curl ]; Loading